Skip to content

Commit e2394d6

Browse files
committed
chore: Release git2-ext version 0.4.2
1 parent 63afc04 commit e2394d6

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.2] - 2023-01-25
11+
1012
### Features
1113

1214
- `git2_ext::ops::signature` replacement for `Repository::signature` that respects
@@ -105,7 +107,8 @@ MSRV bumped to 1.64.0
105107
- Wrappers around git hooks
106108

107109
<!-- next-url -->
108-
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.4.1...HEAD
110+
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.4.2...HEAD
111+
[0.4.2]: https://github.com/gitext-rs/git2-ext/compare/v0.4.1...v0.4.2
109112
[0.4.1]: https://github.com/gitext-rs/git2-ext/compare/v0.4.0...v0.4.1
110113
[0.4.0]: https://github.com/gitext-rs/git2-ext/compare/v0.3.0...v0.4.0
111114
[0.3.0]: https://github.com/gitext-rs/git2-ext/compare/v0.2.0...v0.3.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.4.1"
3+
version = "0.4.2"
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)