Skip to content

Commit 12d91ca

Browse files
committed
chore: Release git-config-env version 0.2.2
1 parent a9fd964 commit 12d91ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
## [0.2.2] - 2024-07-25
11+
1012
### Compatibility
1113

1214
- Update MSRV to 1.74
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4648
- Add basic traits (e.g. `Debug`)
4749

4850
<!-- next-url -->
49-
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.1...HEAD
51+
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.2...HEAD
52+
[0.2.2]: https://github.com/epage/git-stack/compare/v0.2.1...v0.2.2
5053
[0.2.1]: https://github.com/epage/git-stack/compare/v0.2.0...v0.2.1
5154
[0.2.0]: https://github.com/epage/git-stack/compare/v0.1.5...v0.2.0
5255
[0.1.5]: https://github.com/epage/git-stack/compare/v0.1.4...v0.1.5

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
@@ -88,7 +88,7 @@ zero_sized_map_values = "warn"
8888

8989
[package]
9090
name = "git-config-env"
91-
version = "0.2.1"
91+
version = "0.2.2"
9292
description = "Parse git's env configuration"
9393
repository = "https://github.com/crate-ci/git-config-env"
9494
readme = "README.md"

0 commit comments

Comments
 (0)