File tree Expand file tree Collapse file tree 3 files changed +6
-18
lines changed
gradle/build-logic/src/main/kotlin Expand file tree Collapse file tree 3 files changed +6
-18
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 0.2.0-SNAPSHOT 🚧
3
+ ## 0.2.0
4
4
5
- _ (Coming Soon )_
5
+ _ [ Released 2024-11-17 ] ( https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.2.0 ) _
6
6
7
7
- Updated Kotlin to ` 1.9.25 ` and Kotest to ` 5.9.1 ` .
8
8
- Fixed an issue with spec name formatting.
9
9
- Restricted the part DSLs to only call DSL functions.
10
10
11
- Consider trying the snapshot build and providing feedback!
12
-
13
- ``` kotlin
14
- repositories {
15
- maven(" https://s01.oss.sonatype.org/content/repositories/snapshots" )
16
- }
17
- dependencies {
18
- implementation(" io.github.jadarma.aockt:aockt-core:0.2.0-SNAPSHOT" )
19
- testImplementation(" io.github.jadarma.aockt:aockt-test:0.2.0-SNAPSHOT" )
20
- }
21
- ```
22
-
23
11
## 0.1.0
24
12
25
13
_ [ Released 2023-08-05] ( https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.1.0 ) _
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
3
3
<vars >
4
- <var name =" aockt-version" value =" 0.1 .0" />
5
- <var name =" kotest-version" value =" 5.5.5 " />
6
- <var name =" kotlin-version" value =" 1.9.0 " />
4
+ <var name =" aockt-version" value =" 0.2 .0" />
5
+ <var name =" kotest-version" value =" 5.9.1 " />
6
+ <var name =" kotlin-version" value =" 1.9.25 " />
7
7
</vars >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ publishing {
49
49
pom {
50
50
name.set(" Advent of Code Kotlin" )
51
51
description.set(" Helper test libraries that make implementing Advent Of Code solutions a breeze." )
52
- url.set(" https://github.com/Jadarma /advent-of-code-kotlin" )
52
+ url.set(" https://jadarma. github.io /advent-of-code-kotlin" )
53
53
54
54
scm {
55
55
connection.set(" scm:git:git://github.com/Jadarma/advent-of-code-kotlin.git" )
You can’t perform that action at this time.
0 commit comments