From 18df6f70c8c2b28df87dcf142bc3af2a45b10ba7 Mon Sep 17 00:00:00 2001 From: Paul Clark Date: Thu, 20 Aug 2026 07:18:41 -0400 Subject: [PATCH] release: 1.0.1 Patch release. Dependency maintenance only -- no public API change and no behavioural change; a drop-in over the previous version. Everything merged since 1.0.0 is test or CI tooling. `Microsoft.SourceLink.GitHub` is `PrivateAssets`, so nothing here reaches the published package. Co-Authored-By: Claude Opus 5 --- CHANGELOG.md | 11 +++++++++++ .../PostQuantum.EntityFrameworkCore.csproj | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a2dfc..57d0dcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to this project are documented here. The format is based on ## [Unreleased] +## [1.0.1] — 2026-08-20 + +Patch: dependency maintenance. No public API change and no behavioural change; a drop-in over 1.0.0. + +### Changed + +- Test and CI toolchain updated — `Microsoft.NET.Test.Sdk` 18.9.0, `xunit.runner.visualstudio` + 4.0.0, `Microsoft.CodeAnalysis.PublicApiAnalyzers` 5.6.0, `Microsoft.SourceLink.GitHub` 10.0.400 + and the GitHub Actions used by CI. `Microsoft.SourceLink.GitHub` is `PrivateAssets`, so none of + these reach the published package. + ## [1.0.0] — 2026-06-30 First stable release. Commits to Semantic Versioning for the 1.x line: the public API and the diff --git a/src/PostQuantum.EntityFrameworkCore/PostQuantum.EntityFrameworkCore.csproj b/src/PostQuantum.EntityFrameworkCore/PostQuantum.EntityFrameworkCore.csproj index c69ba8a..fa32b89 100644 --- a/src/PostQuantum.EntityFrameworkCore/PostQuantum.EntityFrameworkCore.csproj +++ b/src/PostQuantum.EntityFrameworkCore/PostQuantum.EntityFrameworkCore.csproj @@ -16,7 +16,7 @@ PostQuantum.EntityFrameworkCore - 1.0.0 + 1.0.1 PostQuantum.EntityFrameworkCore Secure-by-default, post-quantum encryption for sensitive data at rest in Entity Framework Core. Encrypt individual properties (emails, PII, financial and medical data) with authenticated AES-256-GCM, optionally wrapped in an ML-KEM-768 (FIPS 203) hybrid envelope for post-quantum key protection. Clean value-converter API, pluggable key rings for integration with PostQuantum.KeyManagement, honest threat model, and transparent supply chain. post-quantum;postquantum;pqc;encryption;ml-kem;mlkem;kyber;fips203;entity-framework;entityframeworkcore;efcore;encryption-at-rest;column-encryption;field-encryption;pii;aes-gcm;security;cryptography