Skip to content

Commit 9270f80

Browse files
authored
release 0.1.0 (#38)
1 parent e00e838 commit 9270f80

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,5 +1,8 @@
11
# Next version (unreleased)
22

3+
# Version 0.1.0
4+
_2024-10-23_
5+
36
# Version 0.0.3
47
_2024-08-30_
58

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

librarian.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kotlin.compatibility=2.0.0
44
sonatype.backend=S01
55

66
pom.groupId=com.apollographql.execution
7-
pom.version=0.1.0-SNAPSHOT
7+
pom.version=0.1.0
88
pom.description=GraphQL execution algorithms
99
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-execution
1010
pom.developer=Apollo Kotlin Execution contributors

0 commit comments

Comments
 (0)