Skip to content

Commit 62bec61

Browse files
committed
chore: Bump version to 0.0.11
1 parent 5a009a3 commit 62bec61

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.11] - 2025-11-05
11+
12+
### Changed
13+
- Upgraded git2 dependency from 0.19.0 to 0.20.2
14+
- Updated libgit2-sys to 0.18.2+1.9.1
15+
1016
## [0.0.10] - 2025-11-05
1117

1218
### Fixed
@@ -30,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3036

3137
## [0.0.9] - (Previous version)
3238

33-
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.9...HEAD
39+
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.10...HEAD
40+
[0.0.11]: https://github.com/dashed/git-chain/compare/v0.0.10...v0.0.11
3441
[0.0.10]: https://github.com/dashed/git-chain/compare/v0.0.9...v0.0.10

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 = "git-chain"
3-
version = "0.0.10"
3+
version = "0.0.11"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)