Skip to content

Commit dca675f

Browse files
committed
chore(release): finalize 0.8.0 version metadata
Problem - Release metadata remained unstaged after docs commit. - Project version and changelog dates needed to match 0.8.0 release state. Implementation - Bumped project version in CMakeLists.txt from 0.7.6 to 0.8.0. - Updated v0.8.0 release date in changelog index and release note to February 27, 2026. Tests - Not run (metadata-only change).
1 parent edd997c commit dca675f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ endif()
77

88
# ========== Project ==========
99
project(patternia
10-
VERSION 0.7.6
10+
VERSION 0.8.0
1111
DESCRIPTION "Header-only pattern matching library for modern C++"
1212
LANGUAGES CXX
1313
)

docs/changelog/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
- [v0.7.6](v0.7.6.md) - February 21, 2026
2121

2222
## 0.8.x
23-
- [v0.8.0](v0.8.0.md) - February 26, 2026
23+
- [v0.8.0](v0.8.0.md) - February 27, 2026

docs/changelog/v0.8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Patternia v0.8.0 Release Note
22

3-
**Release Date:** February 26, 2026
3+
**Release Date:** February 27, 2026
44
**Version:** 0.8.0
55

66
---

0 commit comments

Comments
 (0)