Skip to content

Commit 02c3428

Browse files
committed
Release 0.3.0.
1 parent b9c74c7 commit 02c3428

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/topics/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

3-
## 0.3.0-SNAPSHOT
3+
## 0.3.0
4+
5+
_[Released 2025-11-19](https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.3.0)_
46

57
- New minimum requirements: JDK 21, Kotlin `2.0`, and Kotest `6.0`.
68
Check the [release notes](https://kotest.io/docs/release6), and how to [configure](project-extension.md) the extension.

docs/v.list

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT"/>
4+
<var name="aockt-version" value="0.3.0"/>
55
<var name="kotest-version" value="6.0.5"/>
66
<var name="kotlin-version" value="2.2.21"/>
77
</vars>

gradle/build-logic/src/main/kotlin/CompileOptions.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ object CompileOptions {
1111

1212
object AocKt {
1313
const val GROUP_ID: String = "io.github.jadarma.aockt"
14-
const val CURRENT: String = "0.2.1" // Last released version.
15-
const val NEXT: String = "0.3.0" // Current snapshot.
14+
const val CURRENT: String = "0.3.0" // Last released version.
15+
const val NEXT: String = "0.4.0" // Current snapshot.
1616
}
1717

1818
object Java {

0 commit comments

Comments
 (0)