Skip to content

Commit f270036

Browse files
committed
Release 0.2.0.
1 parent d0c3aa8 commit f270036

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

docs/topics/changelog.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
# Change Log
22

3-
## 0.2.0-SNAPSHOT 🚧
3+
## 0.2.0
44

5-
_(Coming Soon)_
5+
_[Released 2024-11-17](https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.2.0)_
66

77
- Updated Kotlin to `1.9.25` and Kotest to `5.9.1`.
88
- Fixed an issue with spec name formatting.
99
- Restricted the part DSLs to only call DSL functions.
1010

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-
2311
## 0.1.0
2412

2513
_[Released 2023-08-05](https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.1.0)_

docs/v.list

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<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"/>
77
</vars>

gradle/build-logic/src/main/kotlin/conventions.publish.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ publishing {
4949
pom {
5050
name.set("Advent of Code Kotlin")
5151
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")
5353

5454
scm {
5555
connection.set("scm:git:git://github.com/Jadarma/advent-of-code-kotlin.git")

0 commit comments

Comments
 (0)