From 4d7ef275f9c7c5a6bbb866a75ea961f5635fb4e1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 16 Mar 2023 05:19:34 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60e4fad..6464531 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.4] - 2023-03-16 + ### Internal - Update dependency @@ -346,7 +348,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - `full` -> `commits` -[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...HEAD +[Unreleased]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.4...HEAD +[0.10.4]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.3...v0.10.4 [0.10.3]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.2...v0.10.3 [0.10.2]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.1...v0.10.2 [0.10.1]: https://github.com/gitext-rs/git-branch-stash/compare/v0.10.0...v0.10.1 diff --git a/Cargo.lock b/Cargo.lock index d3293fe..1989ed3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "git-branch-stash-cli" -version = "0.10.3" +version = "0.10.4" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 98c2d28..15d0015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ include = [ [package] name = "git-branch-stash-cli" description = "Manage snapshots of your working directory" -version = "0.10.3" +version = "0.10.4" documentation = "https://github.com/gitext-rs/git-branch-stash.git" readme = "README.md" categories = ["command-line-interface", "development-tools"]