From 0e1897e8b23e2fd99284f2399b3534a71079e872 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 14:35:16 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 4 ++-- pg-cli/CHANGELOG.md | 6 ++++++ pg-cli/Cargo.toml | 2 +- pg-pkg/CHANGELOG.md | 6 ++++++ pg-pkg/Cargo.toml | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97d19a9a..434db475 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3137,7 +3137,7 @@ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" [[package]] name = "pg-cli" -version = "0.3.7" +version = "0.3.8" dependencies = [ "anyhow", "clap", @@ -3212,7 +3212,7 @@ dependencies = [ [[package]] name = "pg-pkg" -version = "0.6.0" +version = "0.6.1" dependencies = [ "actix-cors", "actix-governor", diff --git a/pg-cli/CHANGELOG.md b/pg-cli/CHANGELOG.md index f55b082c..c779e10f 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.8](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.7...pg-cli-v0.3.8) - 2026-08-06 + +### Other + +- update Cargo.lock dependencies + ## [0.3.7](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.6...pg-cli-v0.3.7) - 2026-07-30 ### Added diff --git a/pg-cli/Cargo.toml b/pg-cli/Cargo.toml index 1a3d7a45..c7c507c9 100644 --- a/pg-cli/Cargo.toml +++ b/pg-cli/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" repository = "https://github.com/encryption4all/postguard" categories = ["cryptography"] name = "pg-cli" -version = "0.3.7" +version = "0.3.8" [dependencies] pg-core = { path = "../pg-core", version = "0.6.2", features = ["stream"] } diff --git a/pg-pkg/CHANGELOG.md b/pg-pkg/CHANGELOG.md index 0f52a167..86cfa5df 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.1](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.6.0...pg-pkg-v0.6.1) - 2026-08-06 + +### Added + +- *(cryptify)* merge cryptify into the workspace ([#277](https://github.com/encryption4all/postguard/pull/277)) + ## [0.6.0](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.5.11...pg-pkg-v0.6.0) - 2026-07-30 ### Added diff --git a/pg-pkg/Cargo.toml b/pg-pkg/Cargo.toml index 4c75ffbc..2caeaee3 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.0" +version = "0.6.1" [dependencies] actix-cors = "0.7"