chore(release): prepare v0.9.4 - #51
Merged
Merged
Conversation
Problem - v0.9.4 is ready to ship: PTN_BIND named placeholders, unified guard placeholder syntax, and combinator operator sugar have all landed since v0.9.3. Implementation - Bump the version to 0.9.4 in CMakeLists.txt, packaging/vcpkg/vcpkg.json (was stale at 0.9.2), and the README FetchContent tag. - Add docs/changelog/v0.9.4.md with the breaking changes (positional guard API removal, member-anchored PTN_BIND) and a migration guide; register it in releases.md and mkdocs.yml (also adding the missing v0.9.3 nav entry). - roadmap: move the shipped items to FINISHED under v0.9.4 and credit neg(p) to v0.9.3; WIP is now empty. Tests - Changelog examples compiled and run (GCC, C++17). - Full suite: 204/204.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
Summary
Release preparation for v0.9.4: version bumps, changelog with migration guide, and doc registration. v0.9.4 ships
PTN_BINDmember-anchored named placeholders, unified guard placeholder syntax, and combinator operator sugar (!p,(a || b),(a && b)). No performance page for this release (no performance work in scope).Changes
CMakeLists.txt:VERSION 0.9.3→0.9.4.packaging/vcpkg/vcpkg.json:0.9.2→0.9.4(was stale since v0.9.3).README.md: FetchContentGIT_TAG v0.9.4.docs/changelog/v0.9.4.md: new release note — highlights the two breaking changes (positional guard API removal;PTN_BINDnames must be real members) with a migration guide.docs/changelog/releases.md+mkdocs.yml: register v0.9.4; also add the v0.9.3 changelog nav entry that was missed in the v0.9.3 release.docs/roadmap.md: shipped items moved to FINISHED under v0.9.4;neg(p)credited to v0.9.3; WIP cleared.Testing
Post-merge steps (tracked separately)
v0.9.4and create the GitHub release.packaging/vcpkg/portfile.cmakeSHA512 to the v0.9.4 tarball, then bump the port in the sentomk/vcpkg fork and open the microsoft/vcpkg PR.