Skip to content

Commit 908b80a

Browse files
committed
chore: Release git-config-env version 0.2.3
1 parent 80acefe commit 908b80a

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.3] - 2025-01-30
11+
1012
### Internal
1113

1214
- Update `winnow`
@@ -52,7 +54,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
5254
- Add basic traits (e.g. `Debug`)
5355

5456
<!-- next-url -->
55-
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.2...HEAD
57+
[Unreleased]: https://github.com/epage/git-stack/compare/v0.2.3...HEAD
58+
[0.2.3]: https://github.com/epage/git-stack/compare/v0.2.2...v0.2.3
5659
[0.2.2]: https://github.com/epage/git-stack/compare/v0.2.1...v0.2.2
5760
[0.2.1]: https://github.com/epage/git-stack/compare/v0.2.0...v0.2.1
5861
[0.2.0]: https://github.com/epage/git-stack/compare/v0.1.5...v0.2.0

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
@@ -87,7 +87,7 @@ zero_sized_map_values = "warn"
8787

8888
[package]
8989
name = "git-config-env"
90-
version = "0.2.2"
90+
version = "0.2.3"
9191
description = "Parse git's env configuration"
9292
readme = "README.md"
9393
categories = ["command-line-interface", "development-tools", "parsing"]

0 commit comments

Comments
 (0)