From a40e29020bf57c9f808e6130e5eba1d504eff1b2 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Tue, 13 Feb 2024 08:53:49 -0600 Subject: [PATCH] chore: Release git-config-env version 0.2.1 --- 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 84c8a8b..c6130eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [0.2.1] - 2024-02-13 + ### Internal - Update `winnow` @@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add basic traits (e.g. `Debug`) -[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/epage/git-stack/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/epage/git-stack/compare/v0.1.5...v0.2.0 [0.1.5]: https://github.com/epage/git-stack/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/epage/git-stack/compare/v0.1.3...v0.1.4 diff --git a/Cargo.lock b/Cargo.lock index 5418a98..1373860 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,7 +10,7 @@ checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" [[package]] name = "git-config-env" -version = "0.2.0" +version = "0.2.1" dependencies = [ "itertools", "winnow", diff --git a/Cargo.toml b/Cargo.toml index de440f8..17789da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ include = [ [package] name = "git-config-env" -version = "0.2.0" +version = "0.2.1" description = "Parse git's env configuration" repository = "https://github.com/crate-ci/git-config-env" readme = "README.md"