Skip to content

Commit

Permalink
Release v0.0.4 (#7)
Browse files Browse the repository at this point in the history
# Changelog

## [0.0.4] - 2024-04-28
### Details
#### Added
- Added macos implementation (#6) by @nikarh in #6

#### Fixed
- Don't unlock when no secrets are found by @nikarh

Co-authored-by: nikarh <[email protected]>
  • Loading branch information
nikarh-release-bot[bot] and nikarh committed Apr 28, 2024
1 parent 2ec26b5 commit d61b44c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.4] - 2024-04-28
### Details
#### Added
- Added macos implementation (#6) by @nikarh in #6

#### Fixed
- Don't unlock when no secrets are found by @nikarh


## [0.0.3] - 2024-04-28
### Details
#### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "env-secrets"
version = "0.0.3"
version = "0.0.4"
edition = "2021"

authors = ["Nikolay Arhipov <[email protected]>"]
Expand Down

0 comments on commit d61b44c

Please sign in to comment.