Skip to content

Commit ba21d37

Browse files
committed
chore: Bump version to 0.0.12
1 parent 10bea05 commit ba21d37

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.12] - 2025-11-05
11+
12+
### Fixed
13+
- Fixed test failures when users have custom `init.defaultBranch` git configuration ([#47](https://github.com/dashed/git-chain/pull/47))
14+
1015
## [0.0.11] - 2025-11-05
1116

1217
### Changed
@@ -36,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3641

3742
## [0.0.9] - (Previous version)
3843

39-
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.10...HEAD
44+
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.11...HEAD
45+
[0.0.12]: https://github.com/dashed/git-chain/compare/v0.0.11...v0.0.12
4046
[0.0.11]: https://github.com/dashed/git-chain/compare/v0.0.10...v0.0.11
4147
[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.11"
3+
version = "0.0.12"
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)