Skip to content

Commit

Permalink
🔖 Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Dec 9, 2023
1 parent 10c5b52 commit 71380e7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portable-network-archive"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Portable-Network-Archive cli"
Expand All @@ -16,7 +16,7 @@ chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive"] }
glob = "0.3.1"
indicatif = { version = "0.17.7", features = ["improved_unicode"] }
libpna = { version = "0.4.0", path = "../lib" }
libpna = { version = "0.5.0", path = "../lib" }
rayon = "1.8.0"
rpassword = "7.3.1"

Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libpna"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand Down
6 changes: 3 additions & 3 deletions pna/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pna"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "PNA(Portable-Network-Archive) decoding and encoding library"
Expand All @@ -11,8 +11,8 @@ keywords = ["pna", "archive", "crypto", "data"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libpna = { version = "0.4.0", path = "../lib" }
portable-network-archive = { version = "0.4.0", path = "../cli", optional = true }
libpna = { version = "0.5.0", path = "../lib" }
portable-network-archive = { version = "0.5.0", path = "../cli", optional = true }

[lib]
name = "pna"
Expand Down

0 comments on commit 71380e7

Please sign in to comment.