Skip to content

Commit 47d3a59

Browse files
committed
chore(release): bump version to 0.1.1
1 parent 54ae615 commit 47d3a59

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131

3232
- NIL
3333

34+
## [0.1.1] - 2025-11-27
35+
36+
### Changed
37+
38+
- Consolidated packaging tool detection in CMake configuration
39+
40+
### Fixed
41+
42+
- Removed incorrect runtime dependencies from DEB/RPM packages
43+
3444
## [0.1.0] - 2025-11-17 - Initial Release
3545

3646
### Added

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-datetime
12-
VERSION 0.1.0
12+
VERSION 0.1.1
1313
DESCRIPTION "Cross-platform C++ DateTime library with 100-nanosecond precision and ISO 8601 support"
1414
HOMEPAGE_URL "https://github.com/nfx-libs/nfx-datetime"
1515
LANGUAGES CXX

0 commit comments

Comments
 (0)