File tree Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Expand file tree Collapse file tree 1 file changed +18
-7
lines changed Original file line number Diff line number Diff line change 4
4
5
5
### Added
6
6
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
+
7
21
- ` assertTrue ` and ` assertFalse ` assertions
8
22
- ` assertNotContains ` assertion
9
23
- ` assertStartWith ` and ` assertEndWith ` assertions
10
24
- ` assertGreaterThan ` and ` assertLessThan ` assertions for ` Duration `
11
25
- ` assertContainsExactly ` assertion
12
26
13
27
### Changed
14
- - ` Number ` assertions to ` Comparable ` assertions
15
-
16
- ### Deprecated
17
28
18
- ### Fixed
19
-
20
- ### Removed
29
+ - ` Number ` assertions to ` Comparable ` assertions
21
30
22
31
### Updated
23
32
188
197
- ` com.javiersc.gradle-plugins:all-plugins -> 0.1.0-rc.43 `
189
198
- ` io.kotest:kotest-assertions-core -> 5.3.0 `
190
199
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
192
203
193
204
[ 0.5.0 ] : https://github.com/JavierSegoviaCordoba/kotlin-stdlib/compare/0.4.0...0.5.0
194
205
You can’t perform that action at this time.
0 commit comments