Skip to content

Commit 14496b5

Browse files
committed
chore: Release git2-ext version 0.6.2
1 parent 948a294 commit 14496b5

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.6.2] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74.0
@@ -139,7 +141,8 @@ MSRV bumped to 1.64.0
139141
- Wrappers around git hooks
140142

141143
<!-- next-url -->
142-
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.6.1...HEAD
144+
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.6.2...HEAD
145+
[0.6.2]: https://github.com/gitext-rs/git2-ext/compare/v0.6.1...v0.6.2
143146
[0.6.1]: https://github.com/gitext-rs/git2-ext/compare/v0.6.0...v0.6.1
144147
[0.6.0]: https://github.com/gitext-rs/git2-ext/compare/v0.5.0...v0.6.0
145148
[0.5.0]: https://github.com/gitext-rs/git2-ext/compare/v0.4.3...v0.5.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
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "git2-ext"
91-
version = "0.6.1"
91+
version = "0.6.2"
9292
description = "git2 Extensions"
9393
repository = "https://github.com/gitext-rs/git2-ext.git"
9494
homepage = "https://github.com/gitext-rs/git2-ext"

0 commit comments

Comments
 (0)