Skip to content

Commit

Permalink
v0.0.3 (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
chanced authored Apr 25, 2023
1 parent 5737ac2 commit 456cd2e
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3] 2023-04-24

### Added

- navajo-cli: Added encryption and decryption

## [0.0.3] 2023-04-23

### Added
Expand Down
26 changes: 24 additions & 2 deletions 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 navajo-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navajo-cli"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Chance Dinkins"]
Expand Down
2 changes: 1 addition & 1 deletion navajo-cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ mod tests {
version: u8,
}

use std::{default, str::FromStr};
use std::str::FromStr;

use super::*;
use anyhow::Result;
Expand Down
2 changes: 1 addition & 1 deletion navajo-gcp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "navajo-gcp"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
license = "MIT OR Apache-2.0"
authors = ["Chance Dinkins"]
Expand Down

0 comments on commit 456cd2e

Please sign in to comment.