Skip to content

Commit cef6ae6

Browse files
committed
chore(release): bump crate to v1.0.3
1 parent f9ec8d7 commit cef6ae6

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Security
2121

22+
## [1.0.3] - 2026-02-16
23+
24+
### Added
25+
26+
### Changed
27+
28+
- Hardened release automation to prefer `rustup run 1.88.0 cargo ...` with fallback for lockfile sync/check commands.
29+
- Added explicit Homebrew tap token reset guidance and fail-fast workflow diagnostics for token/permission failures.
30+
31+
### Deprecated
32+
33+
### Removed
34+
35+
### Fixed
36+
37+
### Security
38+
2239
## [1.0.2] - 2026-02-16
2340

2441
### Added

Cargo.lock

Lines changed: 5 additions & 5 deletions
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
@@ -1,6 +1,6 @@
11
[package]
22
name = "envgen"
3-
version = "1.0.2"
3+
version = "1.0.3"
44
edition = "2021"
55
description = "Generate and validate .env files from one spec - self-documenting config, consistent across environments, secrets stay out of git."
66
readme = "README.md"

0 commit comments

Comments
 (0)