Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Dec 1, 2023
1 parent 3eb16ec commit 250ea2d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased

[Full changelog](https://github.com/badboy/signify-rs/compare/v0.5.3...main)
[Full changelog](https://github.com/badboy/signify-rs/compare/v0.6.0...main)

# 0.6.0 (2023-12-01)

[Full changelog](https://github.com/badboy/signify-rs/compare/v0.5.3...v0.6.0)

# 0.5.3 (2022-06-04)

Expand Down
4 changes: 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ resolver = "2"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
panic = "abort"
2 changes: 1 addition & 1 deletion libsignify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libsignify"
version = "0.5.3"
version = "0.6.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>", "BlackHoleFox <blackholefoxdev@gmail.com>"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions signify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "signify"
version = "0.5.3"
version = "0.6.0"
authors = ["Jan-Erik Rediger <janerik@fnordig.de>", "BlackHoleFox <blackholefoxdev@gmail.com>"]
edition = "2021"

Expand All @@ -21,4 +21,4 @@ doc = false
clap = { version = "4.4.0", default-features = false, features = ["cargo", "derive", "std"] }
rand_core = { version = "0.6", features = ["getrandom"] }
rpassword = { version = "7", default-features = false }
libsignify = { path = "../libsignify", version = "0.5.0", features = ["std"] }
libsignify = { path = "../libsignify", version = "0.6.0", features = ["std"] }

0 comments on commit 250ea2d

Please sign in to comment.