Skip to content

Commit 27d054c

Browse files
committed
chore(release): bump version to 0.6.2
1 parent 8095d73 commit 27d054c

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626

2727
- NIL
2828

29+
## [0.6.2] - 2026-02-14
30+
31+
### Changed
32+
33+
- build: extend strict compiler warnings to benchmarks, samples, and tests targets
34+
2935
## [0.6.1] - 2026-02-14
3036

3137
### Changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
cmake_minimum_required(VERSION 3.20)
1010

1111
project(nfx-stringbuilder
12-
VERSION 0.6.1
12+
VERSION 0.6.2
1313
DESCRIPTION "Cross-platform C++20 library for zero-allocation string building with Small Buffer Optimization"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-stringbuilder"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)