Skip to content

Commit a5db753

Browse files
authored
release 0.0.2 (#13)
1 parent 91f196b commit a5db753

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
# Version 0.0.2
4+
_2024-07-08_
5+
36
* Update to Apollo Kotlin 4.0.0-rc.1
47
* Remove apollo-compiler dependency

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

librarian.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sonatype.release=Manual
1010
git.snapshots=main
1111

1212
pom.groupId=com.apollographql.execution
13-
pom.version=0.0.2-SNAPSHOT
13+
pom.version=0.0.2
1414
pom.description=Apollo Execution
1515
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution
1616
pom.developer=Apollo Kotlin Execution contributors

0 commit comments

Comments
 (0)