Skip to content

Commit 1851976

Browse files
chore(release): bump version to 0.4.1
1 parent 49f2b61 commit 1851976

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

2727
- NIL
2828

29+
## [0.4.1] - 2026-02-14
30+
31+
### Changed
32+
33+
- Enabled strict compiler warnings (`-Werror`, `/WX`) for GCC/Clang and MSVC builds
34+
35+
### Fixed
36+
37+
- Fixed MSVC warning by changing `friend struct` to `friend class` for `std::numeric_limits<Decimal>` specialization
38+
- Fixed static library output name to remove version suffix for consistent naming
39+
2940
## [0.4.0] - 2026-02-03
3041

3142
### 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-datatypes
12-
VERSION 0.4.0
12+
VERSION 0.4.1
1313
DESCRIPTION "Cross-platform C++ library with high-precision Int128 and Decimal datatypes"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-datatypes"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)