3
3
4
4
Available through https://crates.io/crates/typeql .
5
5
```
6
- cargo add typeql@2.28.5
6
+ cargo add typeql@2.28.6
7
7
```
8
8
9
9
## TypeQL Grammar and Language Library distributions for Java
@@ -20,12 +20,12 @@ cargo add typeql@2.28.5
20
20
<dependency >
21
21
<groupId >com.vaticle.typeql</groupId >
22
22
<artifactId >typeql-grammar</artifactId >
23
- <version >2.28.5 </version >
23
+ <version >2.28.6 </version >
24
24
</dependency >
25
25
<dependency >
26
26
<groupId >com.vaticle.typeql</groupId >
27
27
<artifactId >typeql-lang</artifactId >
28
- <version >2.28.5 </version >
28
+ <version >2.28.6 </version >
29
29
</dependency >
30
30
</dependencies >
31
31
```
@@ -35,7 +35,7 @@ cargo add typeql@2.28.5
35
35
Available through https://pypi.org
36
36
37
37
```
38
- pip install typeql-grammar==2.28.5
38
+ pip install typeql-grammar==2.28.6
39
39
```
40
40
41
41
@@ -49,21 +49,9 @@ pip install typeql-grammar==2.28.5
49
49
50
50
51
51
## Other Improvements
52
- - ** Make the author of the Python grammar and TypeQL Rust "TypeDB Community"**
53
-
54
- The ` author ` field of our Python grammar and Rust library is now ** TypeDB Community** with the email being ** community@typedb.com ** .
55
-
56
-
57
- - ** Update error messages to match Rust and Java implementations**
58
- We fixed various logical and grammatical issues in the Java and Rust error messages, aiming to have similar errors from both implementations.
59
-
60
-
61
- - ** Java and Rust error messages: grammatical fixes**
62
-
63
- We fixed various grammatical issues in the Java and Rust error messages.
64
-
65
-
66
- - ** Update readme**
67
-
52
+ - ** Use Universe manifest for features & version ranges of crates.io dependencies (#353 )**
53
+
54
+ - ** Merge master into development after 2.28.5 release**
55
+
68
56
69
57
0 commit comments