From 28cc52b301b8f5f53307f3b77ba407244502f9f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 13:26:08 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 8 ++++---- cryptify/CHANGELOG.md | 6 ++++++ cryptify/Cargo.toml | 6 +++--- pg-cli/CHANGELOG.md | 6 ++++++ pg-cli/Cargo.toml | 4 ++-- pg-core/CHANGELOG.md | 10 ++++++++++ pg-core/Cargo.toml | 2 +- pg-pkg/CHANGELOG.md | 6 ++++++ pg-pkg/Cargo.toml | 4 ++-- 9 files changed, 40 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 26a5eaf..7379448 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1082,7 +1082,7 @@ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" [[package]] name = "cryptify" -version = "0.1.30" +version = "0.1.31" dependencies = [ "askama", "chrono", @@ -3137,7 +3137,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pg-cli" -version = "0.3.9" +version = "0.3.10" dependencies = [ "anyhow", "clap", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "pg-core" -version = "0.6.4" +version = "0.6.5" dependencies = [ "aead", "aes-gcm", @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "pg-pkg" -version = "0.6.2" +version = "0.6.3" dependencies = [ "actix-cors", "actix-governor", diff --git a/cryptify/CHANGELOG.md b/cryptify/CHANGELOG.md index c102e6a..417b5bb 100644 --- a/cryptify/CHANGELOG.md +++ b/cryptify/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.31](https://github.com/encryption4all/postguard/compare/cryptify-v0.1.30...cryptify-v0.1.31) - 2026-08-19 + +### Fixed + +- *(cryptify)* canonicalize the default-tier accounting key ([#366](https://github.com/encryption4all/postguard/pull/366)) + ## [0.1.30](https://github.com/encryption4all/postguard/compare/cryptify-v0.1.29...cryptify-v0.1.30) - 2026-08-18 ### Added diff --git a/cryptify/Cargo.toml b/cryptify/Cargo.toml index 4929682..977a920 100644 --- a/cryptify/Cargo.toml +++ b/cryptify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cryptify" -version = "0.1.30" +version = "0.1.31" authors = ["David Venhoek "] edition = "2021" repository = "https://github.com/encryption4all/cryptify" @@ -26,14 +26,14 @@ uuid = { version = "1.23.4", features = ["v4"] } url = "2.5.8" tokio-util = { version = "0.7.18", features = ["compat"] } -pg-core = { path = "../pg-core", version = "0.6.4", features = ["rust", "stream"] } +pg-core = { path = "../pg-core", version = "0.6.5", features = ["rust", "stream"] } minreq = { version = "3.0.0", features = ["json-using-serde", "https-native-tls"]} rusqlite = { version = "0.39.0", features = ["bundled"] } [dev-dependencies] # Enables `pg_core::test::TestSetup` for building real verifying keys and # sealing fixtures in the integration test harness. No effect on release builds. -pg-core = { path = "../pg-core", version = "0.6.4", features = ["rust", "stream", "test"] } +pg-core = { path = "../pg-core", version = "0.6.5", features = ["rust", "stream", "test"] } futures = "0.3" # pg-core's Sealer/TestSetup use rand 0.8 APIs; the rest of the crate uses # rand 0.10. Pin an 0.8 rand explicitly in dev-deps so test code can hand diff --git a/pg-cli/CHANGELOG.md b/pg-cli/CHANGELOG.md index d8ee557..082b28a 100644 --- a/pg-cli/CHANGELOG.md +++ b/pg-cli/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.10](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.9...pg-cli-v0.3.10) - 2026-08-19 + +### Other + +- updated the following local packages: pg-core + ## [0.3.9](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.8...pg-cli-v0.3.9) - 2026-08-18 ### Other diff --git a/pg-cli/Cargo.toml b/pg-cli/Cargo.toml index 0d5456c..c604c89 100644 --- a/pg-cli/Cargo.toml +++ b/pg-cli/Cargo.toml @@ -11,10 +11,10 @@ license = "MIT" repository = "https://github.com/encryption4all/postguard" categories = ["cryptography"] name = "pg-cli" -version = "0.3.9" +version = "0.3.10" [dependencies] -pg-core = { path = "../pg-core", version = "0.6.4", features = ["stream"] } +pg-core = { path = "../pg-core", version = "0.6.5", features = ["stream"] } futures = "0.3.27" rand = "0.8.4" clap = { version = "4", features = ["derive"] } diff --git a/pg-core/CHANGELOG.md b/pg-core/CHANGELOG.md index c00a6b4..b9e340f 100644 --- a/pg-core/CHANGELOG.md +++ b/pg-core/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.5](https://github.com/encryption4all/postguard/compare/pg-core-v0.6.4...pg-core-v0.6.5) - 2026-08-19 + +### Added + +- *(pg-core)* challenge-signature API for proving possession of a signing key ([#368](https://github.com/encryption4all/postguard/pull/368)) + +### Other + +- give the wire-compat sample set a non-canonical sender identity ([#367](https://github.com/encryption4all/postguard/pull/367)) + ## [0.6.4](https://github.com/encryption4all/postguard/compare/pg-core-v0.6.3...pg-core-v0.6.4) - 2026-08-18 ### Added diff --git a/pg-core/Cargo.toml b/pg-core/Cargo.toml index 6f755b1..b17fc2c 100644 --- a/pg-core/Cargo.toml +++ b/pg-core/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pg-core" description = "PostGuard core library for communication and bytestream operations." -version = "0.6.4" +version = "0.6.5" authors = [ "Leon Botros ", "Wouter Geraedts ", diff --git a/pg-pkg/CHANGELOG.md b/pg-pkg/CHANGELOG.md index 839422d..e105b3a 100644 --- a/pg-pkg/CHANGELOG.md +++ b/pg-pkg/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.6.3](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.6.2...pg-pkg-v0.6.3) - 2026-08-19 + +### Other + +- updated the following local packages: pg-core + ## [0.6.2](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.6.1...pg-pkg-v0.6.2) - 2026-08-18 ### Added diff --git a/pg-pkg/Cargo.toml b/pg-pkg/Cargo.toml index 7a5a9e3..01f42d3 100644 --- a/pg-pkg/Cargo.toml +++ b/pg-pkg/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" categories = ["cryptography"] repository = "https://github.com/encryption4all/postguard" name = "pg-pkg" -version = "0.6.2" +version = "0.6.3" [dependencies] actix-cors = "0.7" @@ -51,5 +51,5 @@ version = "0.3" [dependencies.pg-core] path = "../pg-core" -version = "0.6.4" +version = "0.6.5" features = []