Skip to content

Commit 9da03e6

Browse files
committed
Update for latest dev snapshot
1 parent c7620f5 commit 9da03e6

File tree

11 files changed

+15
-12
lines changed

11 files changed

+15
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Notable changes to Convex core modules will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.8.1] - Unreleased
8+
9+
710
## [0.8.0] - 2024-12-24 - PROTONET
811

912
### Added

convex-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.0</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

convex-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<groupId>world.convex</groupId>
44
<artifactId>convex</artifactId>
5-
<version>0.8.0</version>
5+
<version>0.8.1-SNAPSHOT</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

convex-gui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.0</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

convex-integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>world.convex</groupId>
1616
<artifactId>convex</artifactId>
17-
<version>0.8.0</version>
17+
<version>0.8.1-SNAPSHOT</version>
1818
</parent>
1919

2020
<build>

convex-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>world.convex</groupId>
77
<artifactId>convex</artifactId>
8-
<version>0.8.0</version>
8+
<version>0.8.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Convex Java Client Library</name>

convex-observer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>world.convex</groupId>
1010
<artifactId>convex</artifactId>
11-
<version>0.8.0</version>
11+
<version>0.8.1-SNAPSHOT</version>
1212
</parent>
1313

1414
<name>Convex Observer</name>
@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>world.convex</groupId>
5151
<artifactId>convex-java</artifactId>
52-
<version>0.8.0</version>
52+
<version>0.8.1-SNAPSHOT</version>
5353
</dependency>
5454
</dependencies>
5555
</project>

convex-peer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.0</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
</parent>
99

1010
<modelVersion>4.0.0</modelVersion>

convex-restapi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>world.convex</groupId>
66
<artifactId>convex</artifactId>
7-
<version>0.8.0</version>
7+
<version>0.8.1-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

convex-sodium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>world.convex</groupId>
55
<artifactId>convex</artifactId>
6-
<version>0.8.0</version>
6+
<version>0.8.1-SNAPSHOT</version>
77
</parent>
88
<artifactId>convex-sodium</artifactId>
99
<name>Sodium integration for Convex</name>

0 commit comments

Comments
 (0)