From 8fa3d7728816a51831fb2154671f9a737d677434 Mon Sep 17 00:00:00 2001 From: Gaspard Kirira Date: Mon, 30 Mar 2026 17:45:40 +0300 Subject: [PATCH] chore(release): prepare v2.0.1 --- CHANGELOG.md | 14 ++++++++++++++ modules/template | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf8abc..2d10be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- ## [Unreleased] +## [v2.0.1] + +### Fixes + +- template: fix ambiguous std::to_string call on macOS (libc++) +- template: ensure stable source signature generation using explicit int64_t cast + +### Notes + +This patch improves cross-platform compatibility of the template module, +specifically fixing a build failure on macOS with libc++. + +No breaking changes. + ## [2.0.0] - 2026-03-24 Major release of **Vix.cpp** introducing a new native HTTP stack, full async runtime improvements, and removal of Boost dependencies. diff --git a/modules/template b/modules/template index aff74ca..5a32537 160000 --- a/modules/template +++ b/modules/template @@ -1 +1 @@ -Subproject commit aff74ca7df317266be2775aeb922a5156baa78db +Subproject commit 5a32537080a108a5936151d24f416fa86ca18c4a