Skip to content

Commit 3c8c8e6

Browse files
committed
Publish 0.6.0
1 parent 9444874 commit 3c8c8e6

File tree

1 file changed

+18
-7
lines changed

1 file changed

+18
-7
lines changed

CHANGELOG.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,29 @@
44

55
### Added
66

7+
### Changed
8+
9+
### Deprecated
10+
11+
### Fixed
12+
13+
### Removed
14+
15+
### Updated
16+
17+
## [0.6.0] - 2025-02-23
18+
19+
### Added
20+
721
- `assertTrue` and `assertFalse` assertions
822
- `assertNotContains` assertion
923
- `assertStartWith` and `assertEndWith` assertions
1024
- `assertGreaterThan` and `assertLessThan` assertions for `Duration`
1125
- `assertContainsExactly` assertion
1226

1327
### Changed
14-
- `Number` assertions to `Comparable` assertions
15-
16-
### Deprecated
1728

18-
### Fixed
19-
20-
### Removed
29+
- `Number` assertions to `Comparable` assertions
2130

2231
### Updated
2332

@@ -188,7 +197,9 @@
188197
- `com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43`
189198
- `io.kotest:kotest-assertions-core -> 5.3.0`
190199

191-
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.5.0...HEAD
200+
[Unreleased]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.6.0...HEAD
201+
202+
[0.6.0]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.5.0...0.6.0
192203

193204
[0.5.0]: https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.4.0...0.5.0
194205

0 commit comments

Comments
 (0)