From d1f0cf509e83e4e9a97cd1a84d72e4e2858f549b Mon Sep 17 00:00:00 2001 From: James Couball Date: Thu, 17 Apr 2025 16:40:42 -0700 Subject: [PATCH] chore: release v0.3.7 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/ruby_git/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 968762f..7106386 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.6" + ".": "0.3.7" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e0754..275df11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [0.3.7](https://github.com/main-branch/ruby_git/compare/v0.3.6...v0.3.7) (2025-04-17) + + +### Other Changes + +* Configure release-please to includes all changes in the CHANGELOG ([7b08f32](https://github.com/main-branch/ruby_git/commit/7b08f320a0968bae33aa5cd80d15b8a3cd598cc0)) + ## [0.3.6](https://github.com/main-branch/ruby_git/compare/v0.3.5...v0.3.6) (2025-04-17) diff --git a/lib/ruby_git/version.rb b/lib/ruby_git/version.rb index c7c8e63..3be53da 100644 --- a/lib/ruby_git/version.rb +++ b/lib/ruby_git/version.rb @@ -3,5 +3,5 @@ module RubyGit # The ruby_git gem version # - VERSION = '0.3.6' + VERSION = '0.3.7' end