Skip to content

Commit e94f55f

Browse files
authored
Version is now 0.3.1-SNAPSHOT (#36)
* add Changelog * Version is now 0.3.1-SNAPSHOT
1 parent 469da1c commit e94f55f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Next version (unreleased)
22

3+
# Version 0.3.0
4+
_2025-09-25_
5+
6+
Bump Kotlin to 2.2.20 and remove `kotlin-node` dependency (#35).
7+
8+
If you're using non-JVM targets, you'll need Kotlin 2.2 to build. JVM targets are not impacted.
9+
310
# Version 0.2.0
411
_2025-08-15_
512

Writerside/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="product" value="Writerside" />
5-
<var name="latest_version" instance="doc" value="0.2.0" type="string" />
5+
<var name="latest_version" instance="doc" value="0.3.0" type="string" />
66
</vars>

librarian.root.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kdoc.artifactId=kdoc
66

77
git.snapshots=main
88

9-
pom.version=0.3.0-SNAPSHOT
9+
pom.version=0.3.1-SNAPSHOT
1010
pom.groupId=com.apollographql.mockserver
1111
pom.description=KMP ready HTTP mock server
1212
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-mockserver

0 commit comments

Comments
 (0)