Skip to content

Commit 27a8108

Browse files
committed
chore(release): bump version to 0.2.0
1 parent 10c2e49 commit 27a8108

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# Changelog
22

3-
All notable changes to this project will be documented in this file.
4-
5-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7-
83
## [Unreleased]
94

105
### Added
@@ -13,18 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
138

149
### Changed
1510

16-
- **BREAKING**: DateTime::Format enum renamed (`Iso8601Basic``Iso8601`, `Iso8601Extended``Iso8601Precise`, `DateOnly``Iso8601Date`, `TimeOnly``Iso8601Time`)
17-
- **BREAKING**: Fractional seconds always display exactly 7 digits (tick precision) in `Iso8601Precise` format
18-
- **BREAKING**: DateTimeOffset offset always explicit (`±HH:MM`), removed `Z` notation for UTC
19-
- **BREAKING**: toString() consolidated to single method with default parameter
11+
- NIL
2012

2113
### Deprecated
2214

2315
- NIL
2416

2517
### Removed
2618

27-
- **BREAKING**: Standalone `toIso8601Extended()` method (use `toString(Format::Iso8601Precise)`)
19+
- NIL
2820

2921
### Fixed
3022

@@ -34,6 +26,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3426

3527
- NIL
3628

29+
## [0.2.0] - 2026-01-05
30+
31+
### Changed
32+
33+
- **BREAKING**: DateTime::Format enum renamed (`Iso8601Basic``Iso8601`, `Iso8601Extended``Iso8601Precise`, `DateOnly``Iso8601Date`, `TimeOnly``Iso8601Time`)
34+
- **BREAKING**: Fractional seconds always display exactly 7 digits (tick precision) in `Iso8601Precise` format
35+
- **BREAKING**: DateTimeOffset offset always explicit (`±HH:MM`), removed `Z` notation for UTC
36+
- **BREAKING**: toString() consolidated to single method with default parameter
37+
-
38+
### Removed
39+
40+
- **BREAKING**: Standalone `toIso8601Extended()` method (use `toString(Format::Iso8601Precise)`)
3741

3842
## [0.1.1] - 2025-11-27
3943

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.1
12+
VERSION 0.2.0
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)