Skip to content

Commit f70b27b

Browse files
committed
chore: Release git2-ext version 0.4.0
1 parent 3362770 commit f70b27b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.4.0] - 2023-01-12
11+
1012
### Breaking changes
1113

1214
- `cherry_pick` gained a `sign` argument. Pass `None` to get the old behavior
@@ -88,7 +90,8 @@ MSRV bumped to 1.64.0
8890
- Wrappers around git hooks
8991

9092
<!-- next-url -->
91-
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.3.0...HEAD
93+
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.4.0...HEAD
94+
[0.4.0]: https://github.com/gitext-rs/git2-ext/compare/v0.3.0...v0.4.0
9295
[0.3.0]: https://github.com/gitext-rs/git2-ext/compare/v0.2.0...v0.3.0
9396
[0.2.0]: https://github.com/gitext-rs/git2-ext/compare/v0.1.0...v0.2.0
9497
[0.1.0]: https://github.com/gitext-rs/git2-ext/compare/v0.0.7...v0.1.0

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git2-ext"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
description = "git2 Extensions"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/gitext-rs/git2-ext.git"

0 commit comments

Comments
 (0)