Skip to content

Commit 0a07051

Browse files
committed
Prepare for 0.8.1
1 parent 7e161ce commit 0a07051

File tree

12 files changed

+28
-14
lines changed

12 files changed

+28
-14
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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
7+
## [0.8.1] - 2024-03-14
8+
9+
### Added
10+
11+
- Merge operation subssytem for standard lattice types
12+
- JSON parser and ANTLR4 grammar
13+
- Web based explorer interface on REST API server
14+
15+
### Changed
16+
17+
- Improved JSON handling
18+
19+
### Fixed
20+
21+
- Minor GUI updates
822

923

1024
## [0.8.0] - 2024-12-24 - PROTONET

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.1-SNAPSHOT</version>
7+
<version>0.8.1</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.1-SNAPSHOT</version>
5+
<version>0.8.1</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88

convex-core/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.1-SNAPSHOT</version>
7+
<version>0.8.1</version>
88
</parent>
99

1010
<properties>

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.1-SNAPSHOT</version>
7+
<version>0.8.1</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.1-SNAPSHOT</version>
17+
<version>0.8.1</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.1-SNAPSHOT</version>
8+
<version>0.8.1</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.1-SNAPSHOT</version>
11+
<version>0.8.1</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.1-SNAPSHOT</version>
52+
<version>0.8.1</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.1-SNAPSHOT</version>
7+
<version>0.8.1</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.1-SNAPSHOT</version>
7+
<version>0.8.1</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

0 commit comments

Comments
 (0)