From 120a4221fffa9e4d7534f74818ebb3a64ffb4f86 Mon Sep 17 00:00:00 2001 From: James Couball Date: Thu, 17 Apr 2025 15:49:02 -0700 Subject: [PATCH] chore: release v0.3.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ lib/ruby_git/version.rb | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fd1c548..968762f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.5" + ".": "0.3.6" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d36b774..68e0754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [0.3.6](https://github.com/main-branch/ruby_git/compare/v0.3.5...v0.3.6) (2025-04-17) + + +### Bug Fixes + +* Tell release-please create release PRs as a normal PR instead of a draft ([933cf37](https://github.com/main-branch/ruby_git/commit/933cf37aa3eff213c872831e8931d6eac72eba17)) + + +### Other Changes + +* Reformat .commitlintrc.yml to be consistent with other projects ([f4f91d3](https://github.com/main-branch/ruby_git/commit/f4f91d38dc5315eddb4dea1fbf6bc71ba065488d)) + ## [0.3.5](https://github.com/main-branch/ruby_git/compare/v0.3.4...v0.3.5) (2025-04-17) diff --git a/lib/ruby_git/version.rb b/lib/ruby_git/version.rb index 5e02a3b..c7c8e63 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.5' + VERSION = '0.3.6' end