Skip to content

docs(version): update documentation, CHANGELOG, and version for v1.0.0#678

Merged
kcenon merged 3 commits into
developfrom
docs/issue-673-update-documentation-changelog-and-version-for-v1
Apr 15, 2026
Merged

docs(version): update documentation, CHANGELOG, and version for v1.0.0#678
kcenon merged 3 commits into
developfrom
docs/issue-673-update-documentation-changelog-and-version-for-v1

Conversation

@kcenon

@kcenon kcenon commented Apr 15, 2026

Copy link
Copy Markdown
Owner

Closes #673

Summary

  • Bump project version from 0.3.1 to 1.0.0 in CMakeLists.txt and vcpkg.json
  • Add comprehensive v1.0.0 CHANGELOG section covering all changes since 0.3.1
  • Update FetchContent GIT_TAG from v0.3.0 to v1.0.0 across all docs and READMEs
  • Correct code coverage claim from 72% to 49% (verified via Codecov badge)
  • Update version references in 12 documentation files (frontmatter, footers)

What

Version Updates (16 files)

File Previous Updated
CMakeLists.txt 0.3.1 1.0.0
vcpkg.json 0.3.1 1.0.0
README.md (FetchContent) v0.3.0 v1.0.0
README.md (coverage) 72% 49%
README.kr.md (FetchContent) v0.3.0 v1.0.0
11 docs files 0.3.x 1.0.0

CHANGELOG v1.0.0 Section

Covers: API freeze, Result migration, CMake project rename, deprecated API removal,
5 performance improvements, 5 bug fixes, comprehensive documentation overhaul, and
infrastructure upgrades.

Why

Part of v1.0.0 release preparation (#670). All API-breaking changes are complete
(#675, #676), and version references must reflect the stable release before tagging.

Test Plan

  • Verify no stale 0.3.x version references remain (except CHANGELOG history)
  • Verify CHANGELOG follows keep-a-changelog format
  • Verify FetchContent examples reference v1.0.0
  • CI passes (no code changes, docs only)

kcenon added 3 commits April 16, 2026 07:41
Update project version from 0.3.1 to 1.0.0 in CMakeLists.txt
and vcpkg.json for the stable v1.0 release.
Summarize all changes since 0.3.1: queue consolidation, Result<T>
migration, API freeze, CMake rename, performance improvements,
and comprehensive documentation overhaul.
Update FetchContent GIT_TAG from v0.3.0 to v1.0.0 in README, guides,
and migration docs. Correct code coverage claim from 72% to 49%
(verified via Codecov). Update doc frontmatter versions to 1.0.0.
@kcenon kcenon merged commit 9994a6e into develop Apr 15, 2026
1 check passed
@kcenon kcenon deleted the docs/issue-673-update-documentation-changelog-and-version-for-v1 branch April 15, 2026 22:42
@kcenon kcenon mentioned this pull request Apr 15, 2026
8 tasks
kcenon added a commit that referenced this pull request Apr 15, 2026
* docs: apply mechanical doc-review fixes (#677)

* docs: fix 74 broken links, 5 anchors, 4 version refs

Phase 1 (Must-Fix): resolve wrong relative paths in docs/advanced/
README*.md and related advanced/ files; fix CHANGELOG CONTRIBUTING/
LICENSE links to repo root; correct BUILD_GUIDE, API_REFERENCE, and
PERFORMANCE cross-refs; mark non-existent targets (DESIGN_IMPROVEMENTS,
PLATFORM_BUILD_GUIDE, LOG_LEVEL_UNIFICATION_PLAN, Korean translations,
integration sub-guides) with TODO markers. Fix formatter_macros anchor
slug in API_REFERENCE, PATTERNS section-number anchors in FAQ files,
and mark FAQ TOC drift in docs/guides/FAQ.md and docs/advanced/
PERFORMANCE.kr.md.

Phase 2 (Should-Fix): align CONTRIBUTING.md and PROJECT_STRUCTURE*
compiler baseline with README.md (GCC 13+/Clang 17+/MSVC 2022+).
Downgrade docs/performance/BASELINE.md status from Released to Draft
since all benchmark cells remain TBD; add explicit TODO marker on the
primary TBD table.

* docs: add post-fix re-validation report

* docs(version): update documentation, CHANGELOG, and version for v1.0.0 (#678)

* chore(version): bump version to 1.0.0

Update project version from 0.3.1 to 1.0.0 in CMakeLists.txt
and vcpkg.json for the stable v1.0 release.

* docs(changelog): add v1.0.0 release section

Summarize all changes since 0.3.1: queue consolidation, Result<T>
migration, API freeze, CMake rename, performance improvements,
and comprehensive documentation overhaul.

* docs(version): update version refs and coverage claim across all docs

Update FetchContent GIT_TAG from v0.3.0 to v1.0.0 in README, guides,
and migration docs. Correct code coverage claim from 72% to 49%
(verified via Codecov). Update doc frontmatter versions to 1.0.0.
@kcenon kcenon mentioned this pull request Apr 15, 2026
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant