We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9850fed commit ae04872Copy full SHA for ae04872
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.3.1"
+ ".": "0.3.2"
3
}
CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [0.3.2](https://github.com/main-branch/ruby_git/compare/v0.3.1...v0.3.2) (2025-04-16)
4
+
5
6
+### Bug Fixes
7
8
+* Automate commit-to-publish workflow ([9850fed](https://github.com/main-branch/ruby_git/commit/9850fed2230f154eaf6319644d0e6b40c5352e7f))
9
10
## v0.3.1 (2025-03-28)
11
12
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.3.0..v0.3.1)
lib/ruby_git/version.rb
@@ -3,5 +3,5 @@
module RubyGit
# The ruby_git gem version
#
- VERSION = '0.3.1'
+ VERSION = '0.3.2'
end
0 commit comments