Skip to content

Commit

Permalink
Prepare 0.1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Mar 5, 2024
1 parent 1332151 commit 69126f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.2] - 2024-03-05

### Added

- CLI subcommand documentation for `rops keys {add,remove}`.
- Short description and attribution to SOPS in README.md

## Changed

- Run cargo update to patch `RUSTSEC-2024-0019`.

### Fixed

- Update `mio` with `RUSTSEC-2024-0019` patch.
- `Cargo.lock` being present in `.gitignore`.

## [0.1.1] - 2024-02-11
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MPL-2.0"
exclude = ["/.github"]
edition = "2021"
readme = "README.md"
version = "0.1.1"
version = "0.1.2"

[workspace.dependencies]
aes-gcm = { version = "0.10", features = ["std"] }
Expand Down

0 comments on commit 69126f0

Please sign in to comment.