Skip to content

Commit 04bca7a

Browse files
chore(main): release E4A.PostGuard 0.4.2
1 parent a3762d0 commit 04bca7a

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.1"
2+
".": "0.4.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.2](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.4.1...E4A.PostGuard-v0.4.2) (2026-05-28)
4+
5+
6+
### Performance Improvements
7+
8+
* avoid per-chunk byte[] copy in CryptifyClient.StoreChunkAsync ([#30](https://github.com/encryption4all/postguard-dotnet/issues/30)) ([a3762d0](https://github.com/encryption4all/postguard-dotnet/commit/a3762d071555996b52fc6cc484e0e95f96d48a72)), closes [#27](https://github.com/encryption4all/postguard-dotnet/issues/27)
9+
310
## [0.4.1](https://github.com/encryption4all/postguard-dotnet/compare/E4A.PostGuard-v0.4.0...E4A.PostGuard-v0.4.1) (2026-05-17)
411

512

src/E4A.PostGuard.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<!-- NuGet package metadata -->
1111
<PackageId>E4A.PostGuard</PackageId>
12-
<Version>0.4.1</Version>
12+
<Version>0.4.2</Version>
1313
<Authors>Encryption 4 All</Authors>
1414
<Description>PostGuard .NET SDK — identity-based encryption for secure file sharing</Description>
1515
<PackageLicenseExpression>MIT</PackageLicenseExpression>

0 commit comments

Comments
 (0)