Skip to content

Commit 6fafcf5

Browse files
committed
Bump the version to 0.1.2.
1 parent 6c80cfe commit 6fafcf5

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.2 - 2025-05-22
9+
### Added
10+
- `getenv::vars::var_secret()`
11+
812
## 0.1.1 - 2025-04-25
913
### Added
1014
- `NO_COLOR`

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default-members = ["lib/*"]
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.1.1"
9+
version = "0.1.2"
1010
authors = ["Arto Bendiken"]
1111
edition = "2021"
1212
rust-version = "1.81"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.1
1+
0.1.2

0 commit comments

Comments
 (0)