Skip to content

Commit f7e7461

Browse files
authored
chore: bump to version 2.0.2 (#50)
1 parent 8ec1771 commit f7e7461

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

88
**Note**: Semantic Versioning applies to source-level compatibility only. No guarantees are made regarding Application Binary Interface (ABI) stability. When upgrading versions, always recompile your application against the new SDK version. Avoid mixing object files or libraries compiled against different SDK versions.
99

10+
## [2.0.2] - 2026-01-14
11+
12+
- fix time_utils fmodules build
13+
1014
## [2.0.1] - 2026-01-13
1115

1216
- fix build issues with -fmodules flag

src/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#define EPPOCLIENT_VERSION_MAJOR 2
88
#define EPPOCLIENT_VERSION_MINOR 0
9-
#define EPPOCLIENT_VERSION_PATCH 1
9+
#define EPPOCLIENT_VERSION_PATCH 2
1010
#define EPPOCLIENT_VERSION \
1111
(EPPO_STRINGIFY(EPPOCLIENT_VERSION_MAJOR) "." EPPO_STRINGIFY( \
1212
EPPOCLIENT_VERSION_MINOR) "." EPPO_STRINGIFY(EPPOCLIENT_VERSION_PATCH))

0 commit comments

Comments
 (0)