33
44Available through https://crates.io/crates/typeql .
55```
6- cargo add typeql@2.28.0
6+ cargo add typeql@2.28.1
77```
88
99## TypeQL Grammar and Language Library distributions for Java
@@ -20,12 +20,12 @@ cargo add typeql@2.28.0
2020 <dependency >
2121 <groupId >com.vaticle.typeql</groupId >
2222 <artifactId >typeql-grammar</artifactId >
23- <version >2.28.0 </version >
23+ <version >2.28.1 </version >
2424 </dependency >
2525 <dependency >
2626 <groupId >com.vaticle.typeql</groupId >
2727 <artifactId >typeql-lang</artifactId >
28- <version >2.28.0 </version >
28+ <version >2.28.1 </version >
2929 </dependency >
3030</dependencies >
3131```
@@ -35,34 +35,9 @@ cargo add typeql@2.28.0
3535Available through https://pypi.org
3636
3737```
38- pip install typeql-grammar==2.28.0
38+ pip install typeql-grammar==2.28.1
3939```
4040
41-
42- ## New Features
43-
44-
45- ## Bugs Fixed
46-
47-
48- ## Code Refactors
49-
50-
5141## Other Improvements
52- - ** Update maven artifacts snapshot**
53- Update maven artifacts snapshot
54-
55-
56- - ** Update README.md**
57-
58- - ** Update typedb-behaviour and implement missing steps**
59-
60- - ** Finish updating license tests, dependencies, last missed headers**
61-
62- - ** Replace licenses with MPL version 2.0**
63-
64- - ** Update banner.png for the README file**
65-
66- Update the banner image in the README file.
67-
68-
42+ - ** Bump snake-yaml maven dependency to 2.2**
43+ Bump snake-yaml maven dependency to 2.2
0 commit comments