From 3696deab0b5228e913f0cc1ce7e24ddbacf56416 Mon Sep 17 00:00:00 2001 From: Glenn Gore Date: Thu, 3 Sep 2026 17:56:41 +0200 Subject: [PATCH] chore(changelog): fold the examples fix into 0.6.0 and date it today The required-features fix landed in #17, after the 0.6.0 section was written, so it sat under [Unreleased] while shipping as part of 0.6.0. Tagging freezes CHANGELOG.md into the published artifact, so the entry would have said 'unreleased' forever about something that released. Dates 0.6.0 to the day it is actually being published rather than the day the section was drafted. Signed-off-by: Glenn Gore --- CHANGELOG.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa2e135..9282737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,14 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -### Fixed - -- Both examples now declare `required-features = ["affinidi-signing"]`. A - `--no-default-features` build previously failed on them while the library - itself compiled fine, and the error named `.sign()` rather than the disabled - backend - -## [0.6.0] - 2026-09-02 +## [0.6.0] - 2026-09-03 Adds the two credentials that confer rather than assert: the **VAC** (verifiable authority credential) and the **VDC** (verifiable delegation credential). Both track drafts — @@ -59,6 +52,12 @@ those are approved. They are marked as such in the API docs. change for callers matching with a wildcard arm. Callers matching exhaustively need one arm each. +### Fixed + +- Both examples now declare `required-features = ["affinidi-signing"]`. A + `--no-default-features` build previously failed on them while the library + itself compiled fine, and the error named `.sign()` rather than the disabled + backend ## [0.5.0] - 2026-08-30