Skip to content

Commit cf11ba7

Browse files
committed
Release 0.2.1.
1 parent a321396 commit cf11ba7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/topics/changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## 0.2.1
4+
5+
_[Released 2024-11-17](https://github.com/Jadarma/advent-of-code-kotlin/releases/tag/v0.2.1)_
6+
7+
- Remove `suspend` modifier from part DSL functions.
8+
It caused a false positive error in IntelliJ, but it was not needed anyway.
9+
310
## 0.2.0
411

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

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.2.0"/>
4+
<var name="aockt-version" value="0.2.1"/>
55
<var name="kotest-version" value="5.9.1"/>
66
<var name="kotlin-version" value="1.9.25"/>
77
</vars>

0 commit comments

Comments
 (0)