Skip to content

Commit 4d3e894

Browse files
committed
chore: release v0.4.0
1 parent 86d94cd commit 4d3e894

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-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.6"
2+
".": "0.4.0"
33
}

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/main-branch/ruby_git/compare/v0.3.6...v0.4.0) (2025-06-06)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* this gem now raises `RubyGit::ArgumentError` where before it raised
9+
10+
### Features
11+
12+
* Upgrade process_executer dependency to 4.x ([86d94cd](https://github.com/main-branch/ruby_git/commit/86d94cd1e4291c99ac910996b0e0c03e2e2d2d3d))
13+
14+
15+
### Other Changes
16+
17+
* Configure release-please to includes all changes in the CHANGELOG ([7b08f32](https://github.com/main-branch/ruby_git/commit/7b08f320a0968bae33aa5cd80d15b8a3cd598cc0))
18+
* Move EncodingNormalizer from RubyGit to RubyGit::CommandLine ([9110533](https://github.com/main-branch/ruby_git/commit/911053333665a6add6a5081737febd8b10cda304))
19+
320
## [0.3.6](https://github.com/main-branch/ruby_git/compare/v0.3.5...v0.3.6) (2025-04-17)
421

522

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.6'
6+
VERSION = '0.4.0'
77
end

0 commit comments

Comments
 (0)