Skip to content

Commit ace7b10

Browse files
committed
Publish 0.5.0
1 parent 06c25db commit ace7b10

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44

55
### Added
66

7-
- `Platform` sealed API
8-
- `com.javiersc.kotlin:kotlin-test` artifact
9-
- `Any` assertions
10-
- `File` assertions (only JVM)
11-
- `Iterable` assertions
12-
- `assertGreaterThan` and `assertLessThan` assertions
13-
- `String` assertions
14-
157
### Changed
168

179
### Deprecated
@@ -22,6 +14,20 @@
2214

2315
### Updated
2416

17+
## [0.5.0] - 2025-02-22
18+
19+
### Added
20+
21+
- `Platform` sealed API
22+
- `com.javiersc.kotlin:kotlin-test` artifact
23+
- `Any` assertions
24+
- `File` assertions (only JVM)
25+
- `Iterable` assertions
26+
- `assertGreaterThan` and `assertLessThan` assertions
27+
- `String` assertions
28+
29+
### Updated
30+
2531
- `com.javiersc.hubdle:com.javiersc.hubdle.gradle.plugin -> 0.8.4`
2632

2733
## [0.4.0] - 2025-02-11
@@ -173,7 +179,9 @@
173179
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43`
174180
- `io.kotest:kotest-assertions-core -> 5.3.0`
175181

176-
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.4.0...HEAD
182+
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.5.0...HEAD
183+
184+
[0.5.0]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.4.0...0.5.0
177185

178186
[0.4.0]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.3.0...0.4.0
179187

0 commit comments

Comments
 (0)