Skip to content

Commit ae04872

Browse files
committed
chore(main): release 0.3.2
1 parent 9850fed commit ae04872

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.1"
2+
".": "0.3.2"
33
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [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+
310
## v0.3.1 (2025-03-28)
411

512
[Full Changelog](https://github.com/main-branch/ruby_git/compare/v0.3.0..v0.3.1)

lib/ruby_git/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
module RubyGit
44
# The ruby_git gem version
55
#
6-
VERSION = '0.3.1'
6+
VERSION = '0.3.2'
77
end

0 commit comments

Comments
 (0)