Bump version to 2.0.0 and add the 2.0.0 ChangeLog - #76
Draft
aidangarske wants to merge 1 commit into
Draft
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The new 2.0.0 notes/ChangeLog describe features from PRs that are still open, so the release documentation can be factually incorrect if merged/backported prematurely.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Prepares the wolfCOSE 2.0.0 release by bumping the public version macros and adding consolidated 2.0.0 release notes in the top-level ChangeLog and docs release-notes.
Changes:
- Update
LIBWOLFCOSE_VERSION_STRING/LIBWOLFCOSE_VERSION_HEXto 2.0.0. - Refresh
README.md“current release” blurb for 2.0.0. - Add a new 2.0.0 section to
ChangeLog.mdanddocs/Release-Notes.md.
File summaries
| File | Description |
|---|---|
| README.md | Updates the “current release” summary to 2.0.0. |
| include/wolfcose/version.h | Bumps the library version string and hex constant to 2.0.0. |
| docs/Release-Notes.md | Adds a 2.0.0 release-notes section summarizing changes since 1.0.0. |
| ChangeLog.md | Adds a 2.0.0 ChangeLog section with detailed release notes. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 2
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+48
to
+51
| ### Experimental additions (pre-RFC, off by default, wire format may change) | ||
|
|
||
| Compiled only when `WOLFCOSE_EXPERIMENTAL` and the feature's own | ||
| `WOLFCOSE_ENABLE_<X>` are both defined; see `docs/Macros.md`. |
Comment on lines
+45
to
+48
| #### Experimental additions (pre-RFC, off by default, wire format may change) | ||
|
|
||
| Compiled only when `WOLFCOSE_EXPERIMENTAL` and the feature's own | ||
| `WOLFCOSE_ENABLE_<X>` are both defined; see [[Macros]]. |
aidangarske
force-pushed
the
release-2.0.0
branch
from
September 7, 2026 19:34
af0f667 to
251b75b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Target after wolfSSL's next release
Bumps wolfCOSE to 2.0.0 and adds the 2.0.0 release notes covering
everything merged since 1.0.0. Matches the wolfTPM release-bump pattern:
version.h+ docs + ChangeLog.WOLFCOSE_KEYgained tail fields since 1.0.0 (the delegated-signing callbackand context, and internal key-type tracking), so
sizeof(WOLFCOSE_KEY)differsfrom 1.0.0. Applications must be recompiled against the 2.0.0 headers. Code that
attaches keys through
wc_CoseKey_Set*()and initializes withwc_CoseKey_Init()needs no source changes.Merge ordering
Do not merge until these land the Experimental additions and interop
entries in the 2.0.0 notes reference still-open PRs:
Opened as a draft for that reason; the notes are finalized once those merge.
Notes covered already (merged since 1.0.0)
Delegated signing (#59), untagged Sign1 + exact size queries (#65), expanded
COSE_Key output/size and CBOR helper APIs (#66), COSE_Key decode type-check
hardening (#64, credited to Omoikane Labs), broad parsing/key hardening (#67),
experimental acknowledgment gate (#68), pkg-config discovery (#69), source
module split (#73), STM32Cube pack (#61), and the nightly cppcheck stabilization
(#62).