Skip to content

Commit e32c69d

Browse files
committed
fix: printVersion task reads projectVersion from gradle.properties, fix CI version check
1 parent a68fd39 commit e32c69d

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.4] - 2026-03-19
9+
10+
### Fixed
11+
12+
- `printVersion` Gradle task now correctly reads version from `gradle.properties` instead of the root project (which defaulted to `unspecified`), fixing CI publish pipeline version check
13+
814
## [0.5.0] - 2026-03-19
915

1016
### Added
@@ -140,6 +146,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140146
- Kotlin coroutines support for async operations
141147
- Full Kotlin idioms: data classes, inline functions, DSL builder
142148

149+
[0.8.4]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.8.4
150+
[0.5.0]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.5.0
151+
[0.4.0]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.4.0
143152
[0.3.0]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.3.0
144153
[0.2.0]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.2.0
145154
[0.1.0]: https://github.com/logtide-dev/logtide-sdk-kotlin/releases/tag/v0.1.0

0 commit comments

Comments
 (0)