Skip to content

Commit f5ee72b

Browse files
chore(release): prepare v2.0.1 (#346)
1 parent 6eeb0b4 commit f5ee72b

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
---
99

1010
## [Unreleased]
11+
## [v2.0.1]
12+
13+
### Fixes
14+
15+
- template: fix ambiguous std::to_string call on macOS (libc++)
16+
- template: ensure stable source signature generation using explicit int64_t cast
17+
18+
### Notes
19+
20+
This patch improves cross-platform compatibility of the template module,
21+
specifically fixing a build failure on macOS with libc++.
22+
23+
No breaking changes.
24+
1125
## [2.0.0] - 2026-03-24
1226

1327
Major release of **Vix.cpp** introducing a new native HTTP stack, full async runtime improvements, and removal of Boost dependencies.

modules/template

0 commit comments

Comments
 (0)