Skip to content

Commit f96cca5

Browse files
committed
chore(release): bump crate to v1.0.2
1 parent f97eb43 commit f96cca5

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

2020
### Security
2121

22+
## [1.0.2] - 2026-02-16
23+
24+
### Added
25+
26+
### Changed
27+
28+
### Deprecated
29+
30+
### Removed
31+
32+
### Fixed
33+
34+
### Security
35+
2236
## [1.0.1] - 2026-02-16
2337

2438
### Added

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "envgen"
3-
version = "1.0.1"
3+
version = "1.0.2"
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)