diff --git a/CHANGELOG.md b/CHANGELOG.md index d2956cd..83d0999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.10.10] - 2023-01-18 + ### Fixes - Write to the users config, whichever location it is in @@ -489,7 +491,8 @@ With `git stack alias` for creating alias for these - `full` -> `commits` -[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.9...HEAD +[Unreleased]: https://github.com/gitext-rs/git-stack/compare/v0.10.10...HEAD +[0.10.10]: https://github.com/gitext-rs/git-stack/compare/v0.10.9...v0.10.10 [0.10.9]: https://github.com/gitext-rs/git-stack/compare/v0.10.8...v0.10.9 [0.10.8]: https://github.com/gitext-rs/git-stack/compare/v0.10.7...v0.10.8 [0.10.7]: https://github.com/gitext-rs/git-stack/compare/v0.10.6...v0.10.7 diff --git a/Cargo.lock b/Cargo.lock index dc690b3..cf8e412 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -424,7 +424,7 @@ dependencies = [ [[package]] name = "git-stack" -version = "0.10.9" +version = "0.10.10" dependencies = [ "assert_fs", "bstr 1.1.0", diff --git a/Cargo.toml b/Cargo.toml index de85228..a68a191 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "git-stack" description = "Stacked branch management for Git" -version = "0.10.9" +version = "0.10.10" license = "MIT OR Apache-2.0" repository = "https://github.com/gitext-rs/git-stack.git" documentation = "https://github.com/gitext-rs/git-stack.git"