Skip to content

Commit 9cd01f4

Browse files
authored
Version is now 0.2.1-SNAPSHOT (#33)
* Version is now 0.2.1-SNAPSHOT * update changelog
1 parent 2a0c9dc commit 9cd01f4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Version 0.2.0
44
_2025-08-15_
55

6+
Allow passing in a scope to the MockServer constructor in #27
7+
68
# Version 0.1.1
79
_2025-03-17_
810

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.1.1" type="string" />
5+
<var name="latest_version" instance="doc" value="0.2.0" type="string" />
66
</vars>

librarian.root.properties

Lines changed: 2 additions & 2 deletions
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.2.0-SNAPSHOT
9+
pom.version=0.2.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
@@ -15,4 +15,4 @@ pom.license=MIT
1515

1616
gcs.bucket=apollo-snapshots
1717
gcs.prefix=m2
18-
bcv.warn=false
18+
bcv.warn=false

0 commit comments

Comments
 (0)