Skip to content

Commit 05e6db5

Browse files
committed
chore: bump version to 0.0.13
Update CHANGELOG.md with new features and improvements: - Enhanced error message for non-git repository usage - Added integration test for edge case Version bumped from 0.0.12 to 0.0.13
1 parent f22eaeb commit 05e6db5

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.0.13] - 2025-11-05
11+
12+
### Improved
13+
- Enhanced error message when running git-chain outside a git repository
14+
- Replaced technical git2 error with clear, actionable message
15+
- Added helpful hints directing users to run 'git init'
16+
- Styled error output consistently with colored formatting (error: in red, hint: in yellow)
17+
- Mirrored Git's own error message style for better user familiarity
18+
19+
### Added
20+
- Added integration test for non-git repository edge case
21+
1022
## [0.0.12] - 2025-11-05
1123

1224
### Fixed
@@ -41,7 +53,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4153

4254
## [0.0.9] - (Previous version)
4355

44-
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.11...HEAD
56+
[unreleased]: https://github.com/dashed/git-chain/compare/v0.0.13...HEAD
57+
[0.0.13]: https://github.com/dashed/git-chain/compare/v0.0.12...v0.0.13
4558
[0.0.12]: https://github.com/dashed/git-chain/compare/v0.0.11...v0.0.12
4659
[0.0.11]: https://github.com/dashed/git-chain/compare/v0.0.10...v0.0.11
4760
[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.12"
3+
version = "0.0.13"
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)