Skip to content

Commit

Permalink
Prepare 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Feb 11, 2024
1 parent a4eb8fd commit b01dad4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Changelog

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
The format is based on the latest version of [Keep a Changelog](https://keepachangelog.com/en),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2024-02-11

### Added

- Additional status badges to REAME.md.
- Workspace crate point the `package.readme` to the repo README.md.
- Publish to crates.io release workflow job.

### Changed

- README.md badges now use "for-the-badge" styling.
- Release workflow is not triggered by creating git tags.

### Fixed

- Conditional compilation flags above `AgeConfig` visibility export.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license = "MPL-2.0"
exclude = ["/.github"]
edition = "2021"
readme = "README.md"
version = "0.1.1"

[workspace.dependencies]
aes-gcm = { version = "0.10", features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "rops-cli"
version = "0.1.0"
description = "SOPS CLI alternative in pure Rust"
categories = ["cryptography", "command-line-utilities"]
version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "rops"
version = "0.1.0"
description = "SOPS-like library in pure Rust"
categories = ["cryptography"]
version.workspace = true
license.workspace = true
authors.workspace = true
readme.workspace = true
Expand Down

0 comments on commit b01dad4

Please sign in to comment.