From 742416cdf80ea9c65e87ff55a37f427d98804bdf Mon Sep 17 00:00:00 2001 From: James Couball Date: Wed, 16 Apr 2025 17:24:14 -0700 Subject: [PATCH] chore(main): release 0.3.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ lib/ruby_git/version.rb | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0477999..6969ddf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.2" + ".": "0.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d70bf1d..fabd55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [0.3.3](https://github.com/main-branch/ruby_git/compare/v0.3.2...v0.3.3) (2025-04-17) + + +### Bug Fixes + +* Do not trigger build workflows after merging to main or for release PRs ([0678dd3](https://github.com/main-branch/ruby_git/commit/0678dd347235aaa9f55d84853de94d01935f974d)) +* Move unneeded builds from continuous_integration to experimental_ruby_builds ([2d15e1c](https://github.com/main-branch/ruby_git/commit/2d15e1c7aef848e4d3cc857e6f606a0f68d7bf6f)) + ## [0.3.2](https://github.com/main-branch/ruby_git/compare/v0.3.1...v0.3.2) (2025-04-16) diff --git a/lib/ruby_git/version.rb b/lib/ruby_git/version.rb index c5b008b..c91e573 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.2' + VERSION = '0.3.3' end