Skip to content

Commit 831665b

Browse files
committed
chore: release v0.3.6
1 parent 933cf37 commit 831665b

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.5"
2+
".": "0.3.6"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [0.3.6](https://github.com/main-branch/ruby_git/compare/v0.3.5...v0.3.6) (2025-04-17)
4+
5+
6+
### Bug Fixes
7+
8+
* Tell release-please create release PRs as a normal PR instead of a draft ([933cf37](https://github.com/main-branch/ruby_git/commit/933cf37aa3eff213c872831e8931d6eac72eba17))
9+
10+
11+
### Other Changes
12+
13+
* Reformat .commitlintrc.yml to be consistent with other projects ([f4f91d3](https://github.com/main-branch/ruby_git/commit/f4f91d38dc5315eddb4dea1fbf6bc71ba065488d))
14+
315
## [0.3.5](https://github.com/main-branch/ruby_git/compare/v0.3.4...v0.3.5) (2025-04-17)
416

517

lib/ruby_git/version.rb

Lines changed: 1 addition & 1 deletion
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.5'
6+
VERSION = '0.3.6'
77
end

0 commit comments

Comments
 (0)