Skip to content

Commit

Permalink
release 0.0.2 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin authored Jul 8, 2024
1 parent 91f196b commit a5db753
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Next version (unreleased)

# Version 0.0.2
_2024-07-08_

* Update to Apollo Kotlin 4.0.0-rc.1
* Remove apollo-compiler dependency
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside" />
<var name="latest_version" instance="doc" value="0.0.1" type="string" />
<var name="latest_version" instance="doc" value="0.0.2" type="string" />
</vars>
2 changes: 1 addition & 1 deletion librarian.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sonatype.release=Manual
git.snapshots=main

pom.groupId=com.apollographql.execution
pom.version=0.0.2-SNAPSHOT
pom.version=0.0.2
pom.description=Apollo Execution
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution
pom.developer=Apollo Kotlin Execution contributors
Expand Down

0 comments on commit a5db753

Please sign in to comment.