Skip to content

Commit

Permalink
Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Jul 23, 2024
1 parent 6e1d606 commit 5b647db
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans"
version = "0.4.0"
version = "0.5.0"
description = "Binary transparency for pacman"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand All @@ -19,7 +19,7 @@ clap = { version = "4.0.26", features = ["derive"] }
env_logger = "0.11"
hex = "0.4.3"
minisign = "0.7"
pacman-bintrans-common = { version = "0.4", path = "pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.5", path = "pacman-bintrans-common" }
rebuilderd-common = "0.20"
serde_json = "1.0.73"
sha2 = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion pacman-bintrans-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-common"
version = "0.4.0"
version = "0.5.0"
description = "Binary transparency for pacman - common code"
authors = ["kpcyrd <git@rxv.cc>"]
license = "LGPL-3.0"
Expand Down
4 changes: 2 additions & 2 deletions pacman-bintrans-monitor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-monitor"
version = "0.4.0"
version = "0.5.0"
description = "Binary transparency for pacman - monitor tools"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand All @@ -13,5 +13,5 @@ edition = "2018"
[dependencies]
clap = { version = "4.0.26", features = ["derive"] }
env_logger = "0.11"
pacman-bintrans-common = { version = "0.4", path = "../pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.5", path = "../pacman-bintrans-common" }
tokio = { version = "1.10.0", features = ["process", "macros", "rt-multi-thread"] }
4 changes: 2 additions & 2 deletions pacman-bintrans-sign/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacman-bintrans-sign"
version = "0.4.0"
version = "0.5.0"
description = "Binary transparency for pacman - signing tools"
authors = ["kpcyrd <git@rxv.cc>"]
license = "GPL-3.0"
Expand All @@ -16,7 +16,7 @@ diesel = { version = "1.4", features = ["sqlite"] }
diesel_migrations = { version = "1.4", features = ["sqlite"] }
env_logger = "0.11"
minisign = "0.7"
pacman-bintrans-common = { version = "0.4", path = "../pacman-bintrans-common" }
pacman-bintrans-common = { version = "0.5", path = "../pacman-bintrans-common" }
tar = "0.4.37"
tempfile = "3.2.0"
tokio = { version = "1.10.0", features = ["process", "macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 5b647db

Please sign in to comment.