From 03f53143b4f30b5e92d12e9971e18b8b87db797b Mon Sep 17 00:00:00 2001 From: Nitesh Purohit Date: Sat, 14 Feb 2026 11:57:13 -0500 Subject: [PATCH] Bumps version to 1.3.5 Updates version across all files and adds changelog entry documenting dependency updates from dependabot including json, rubocop, rake, rspec, benchmark, and GitHub Actions. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ Gemfile.lock | 2 +- Version | 2 +- lib/mutils/version.rb | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74c602c..503e63f 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,28 @@ +## [1.3.5](https://github.com/Code-Vedas/mutils/compare/v1.3.4...v1.3.5) (2026-02-14) + +## 🧰 Maintenance + +- build: bump json from 2.16.0 to 2.18.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#369) +- build: bump rubocop from 1.81.7 to 1.82.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#371) +- build: bump actions/upload-artifact from 5 to 6 @[dependabot[bot]](https://github.com/apps/dependabot) (#370) +- build: bump actions/checkout from 5 to 6 @[dependabot[bot]](https://github.com/apps/dependabot) (#366) +- build: bump rubocop-rspec from 3.7.0 to 3.8.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#365) +- build: bump json from 2.15.2 to 2.16.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#364) +- build: bump rubocop from 1.81.6 to 1.81.7 @[dependabot[bot]](https://github.com/apps/dependabot) (#363) +- build: bump rake from 13.3.0 to 13.3.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#362) +- build: bump actions/upload-artifact from 4 to 5 @[dependabot[bot]](https://github.com/apps/dependabot) (#361) +- build: bump json from 2.15.1 to 2.15.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#360) +- build: bump rubocop from 1.81.1 to 1.81.6 @[dependabot[bot]](https://github.com/apps/dependabot) (#358) +- build: bump rspec from 3.13.1 to 3.13.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#359) +- build: bump benchmark from 0.4.1 to 0.5.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#357) +- build: bump github/codeql-action from 3 to 4 @[dependabot[bot]](https://github.com/apps/dependabot) (#356) +- build: bump json from 2.15.0 to 2.15.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#355) +- build: bump rubocop from 1.80.2 to 1.81.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#354) +- build: bump json from 2.14.1 to 2.15.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#352) +- build: bump json from 2.13.2 to 2.14.1 @[dependabot[bot]](https://github.com/apps/dependabot) (#351) +- build: bump rubocop from 1.79.2 to 1.80.2 @[dependabot[bot]](https://github.com/apps/dependabot) (#350) +- build: bump rubocop-rspec from 3.6.0 to 3.7.0 @[dependabot[bot]](https://github.com/apps/dependabot) (#349) + ## [1.3.4](https://github.com/Code-Vedas/mutils/compare/v1.3.3...v1.3.4) (2025-08-17) ## 🧰 Maintenance diff --git a/Gemfile.lock b/Gemfile.lock index 07cb6e1..f1df49f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ GIT PATH remote: . specs: - mutils (1.3.4) + mutils (1.3.5) dry-inflector GEM diff --git a/Version b/Version index 043ba4f..3252f64 100755 --- a/Version +++ b/Version @@ -1 +1 @@ -v1.3.4 +v1.3.5 diff --git a/lib/mutils/version.rb b/lib/mutils/version.rb index 98cda1a..066ac2a 100755 --- a/lib/mutils/version.rb +++ b/lib/mutils/version.rb @@ -2,5 +2,5 @@ # Version module Mutils - VERSION = '1.3.4' + VERSION = '1.3.5' end