Skip to content

Commit ab67d4d

Browse files
authored
Merge pull request #134 from encryption4all/release-plz-2026-04-20T09-02-04Z
chore: release
2 parents 2bf61d6 + 3a84c38 commit ab67d4d

7 files changed

Lines changed: 39 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pg-cli/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.5](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.4...pg-cli-v0.3.5) - 2026-04-24
11+
12+
### Other
13+
14+
- update Cargo.lock dependencies
15+
1016
## [0.3.4](https://github.com/encryption4all/postguard/compare/pg-cli-v0.3.3...pg-cli-v0.3.4) - 2026-04-10
1117

1218
### Added

pg-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ license = "MIT"
1111
repository = "https://github.com/encryption4all/postguard"
1212
categories = ["cryptography"]
1313
name = "pg-cli"
14-
version = "0.3.4"
14+
version = "0.3.5"
1515

1616
[dependencies]
17-
pg-core = { path = "../pg-core", version = "0.5.9", features = ["stream"] }
17+
pg-core = { path = "../pg-core", version = "0.5.10", features = ["stream"] }
1818
futures = "0.3.27"
1919
rand = "0.8.4"
2020
clap = { version = "4", features = ["derive"] }

pg-core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.10](https://github.com/encryption4all/postguard/compare/pg-core-v0.5.9...pg-core-v0.5.10) - 2026-04-24
11+
12+
### Fixed
13+
14+
- correct typos and outdated references in READMEs
15+
16+
### Other
17+
18+
- fix two spelling typos in crate-level doc comments
19+
1020
## [0.5.9](https://github.com/encryption4all/postguard/compare/pg-core-v0.5.8...pg-core-v0.5.9) - 2026-04-10
1121

1222
### Added

pg-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pg-core"
33
description = "PostGuard core library for communication and bytestream operations."
4-
version = "0.5.9"
4+
version = "0.5.10"
55
authors = [
66
"Leon Botros <l.botros@cs.ru.nl>",
77
"Wouter Geraedts <git@woutergeraedts.nl>",

pg-pkg/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.9](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.5.8...pg-pkg-v0.5.9) - 2026-04-24
11+
12+
### Added
13+
14+
- *(pg-pkg)* validate API keys against postguard-business schema ([#140](https://github.com/encryption4all/postguard/pull/140))
15+
16+
### Fixed
17+
18+
- align API key query with latest business schema
19+
- correct typos and outdated references in READMEs
20+
21+
### Other
22+
23+
- *(pg-pkg)* apply cargo fmt
24+
1025
## [0.5.8](https://github.com/encryption4all/postguard/compare/pg-pkg-v0.5.7...pg-pkg-v0.5.8) - 2026-04-10
1126

1227
### Added

pg-pkg/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT"
1111
categories = ["cryptography"]
1212
repository = "https://github.com/encryption4all/postguard"
1313
name = "pg-pkg"
14-
version = "0.5.8"
14+
version = "0.5.9"
1515

1616
[dependencies]
1717
actix-cors = "0.6.1"
@@ -52,5 +52,5 @@ version = "0.3"
5252

5353
[dependencies.pg-core]
5454
path = "../pg-core"
55-
version = "0.5.9"
55+
version = "0.5.10"
5656
features = []

0 commit comments

Comments
 (0)