File tree Expand file tree Collapse file tree 12 files changed +28
-14
lines changed Expand file tree Collapse file tree 12 files changed +28
-14
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,21 @@ Notable changes to Convex core modules will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
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
8
22
9
23
10
24
## [ 0.8.0] - 2024-12-24 - PROTONET
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >world.convex</groupId >
6
6
<artifactId >convex</artifactId >
7
- <version >0.8.1-SNAPSHOT </version >
7
+ <version >0.8.1</version >
8
8
</parent >
9
9
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 2
2
<parent >
3
3
<groupId >world.convex</groupId >
4
4
<artifactId >convex</artifactId >
5
- <version >0.8.1-SNAPSHOT </version >
5
+ <version >0.8.1</version >
6
6
</parent >
7
7
<modelVersion >4.0.0</modelVersion >
8
8
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >world.convex</groupId >
6
6
<artifactId >convex</artifactId >
7
- <version >0.8.1-SNAPSHOT </version >
7
+ <version >0.8.1</version >
8
8
</parent >
9
9
10
10
<properties >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >world.convex</groupId >
6
6
<artifactId >convex</artifactId >
7
- <version >0.8.1-SNAPSHOT </version >
7
+ <version >0.8.1</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >world.convex</groupId >
16
16
<artifactId >convex</artifactId >
17
- <version >0.8.1-SNAPSHOT </version >
17
+ <version >0.8.1</version >
18
18
</parent >
19
19
20
20
<build >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >world.convex</groupId >
7
7
<artifactId >convex</artifactId >
8
- <version >0.8.1-SNAPSHOT </version >
8
+ <version >0.8.1</version >
9
9
</parent >
10
10
11
11
<name >Convex Java Client Library</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >world.convex</groupId >
10
10
<artifactId >convex</artifactId >
11
- <version >0.8.1-SNAPSHOT </version >
11
+ <version >0.8.1</version >
12
12
</parent >
13
13
14
14
<name >Convex Observer</name >
49
49
<dependency >
50
50
<groupId >world.convex</groupId >
51
51
<artifactId >convex-java</artifactId >
52
- <version >0.8.1-SNAPSHOT </version >
52
+ <version >0.8.1</version >
53
53
</dependency >
54
54
</dependencies >
55
55
</project >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >world.convex</groupId >
6
6
<artifactId >convex</artifactId >
7
- <version >0.8.1-SNAPSHOT </version >
7
+ <version >0.8.1</version >
8
8
</parent >
9
9
10
10
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >world.convex</groupId >
6
6
<artifactId >convex</artifactId >
7
- <version >0.8.1-SNAPSHOT </version >
7
+ <version >0.8.1</version >
8
8
</parent >
9
9
<modelVersion >4.0.0</modelVersion >
10
10
You can’t perform that action at this time.
0 commit comments