File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[package ]
22name = " git-chain"
3- version = " 0.0.12 "
3+ version = " 0.0.13 "
44edition = " 2021"
55
66# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
You can’t perform that action at this time.
0 commit comments