Skip to content

Commit d9dd2ae

Browse files
committed
chore: Release git2-ext version 0.6.3
1 parent 779f6a0 commit d9dd2ae

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.3] - 2025-04-21
11+
1012
### internal
1113

1214
- Update `git2
@@ -145,7 +147,8 @@ MSRV bumped to 1.64.0
145147
- Wrappers around git hooks
146148

147149
<!-- next-url -->
148-
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.6.2...HEAD
150+
[Unreleased]: https://github.com/gitext-rs/git2-ext/compare/v0.6.3...HEAD
151+
[0.6.3]: https://github.com/gitext-rs/git2-ext/compare/v0.6.2...v0.6.3
149152
[0.6.2]: https://github.com/gitext-rs/git2-ext/compare/v0.6.1...v0.6.2
150153
[0.6.1]: https://github.com/gitext-rs/git2-ext/compare/v0.6.0...v0.6.1
151154
[0.6.0]: https://github.com/gitext-rs/git2-ext/compare/v0.5.0...v0.6.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.2"
91+
version = "0.6.3"
9292
description = "git2 Extensions"
9393
homepage = "https://github.com/gitext-rs/git2-ext"
9494
documentation = "http://docs.rs/git2-ext/"

0 commit comments

Comments
 (0)