We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e00081 commit 5a8eeaeCopy full SHA for 5a8eeae
2 files changed
CHANGELOG.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.2.2] - 2026-03-05
9
+
10
+### Changed
11
+- Enhance ISO 8601 parsing with microsecond and nanosecond support
12
13
## [0.2.1] - 2026-02-19
14
15
### Changed
CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
3
set(CMAKE_CXX_STANDARD 20)
4
project(coinbase-advanced-cpp
- VERSION 0.2.1
+ VERSION 0.2.2
LANGUAGES CXX)
if (CMAKE_BUILD_TYPE MATCHES Debug)
0 commit comments