-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update VERSION to 2.28.6 and create release notes (#354)
## Usage and product changes Update VERSION to 2.28.6 and create release notes
- Loading branch information
1 parent
3ad175f
commit f543381
Showing
2 changed files
with
9 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
|
||
Available through https://crates.io/crates/typeql. | ||
``` | ||
cargo add [email protected].5 | ||
cargo add [email protected].6 | ||
``` | ||
|
||
## TypeQL Grammar and Language Library distributions for Java | ||
|
@@ -20,12 +20,12 @@ cargo add [email protected] | |
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-grammar</artifactId> | ||
<version>2.28.5</version> | ||
<version>2.28.6</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.vaticle.typeql</groupId> | ||
<artifactId>typeql-lang</artifactId> | ||
<version>2.28.5</version> | ||
<version>2.28.6</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
|
@@ -35,7 +35,7 @@ cargo add [email protected] | |
Available through https://pypi.org | ||
|
||
``` | ||
pip install typeql-grammar==2.28.5 | ||
pip install typeql-grammar==2.28.6 | ||
``` | ||
|
||
|
||
|
@@ -49,21 +49,9 @@ pip install typeql-grammar==2.28.5 | |
|
||
|
||
## Other Improvements | ||
- **Make the author of the Python grammar and TypeQL Rust "TypeDB Community"** | ||
|
||
The `author` field of our Python grammar and Rust library is now **TypeDB Community** with the email being **[email protected]**. | ||
|
||
|
||
- **Update error messages to match Rust and Java implementations** | ||
We fixed various logical and grammatical issues in the Java and Rust error messages, aiming to have similar errors from both implementations. | ||
|
||
|
||
- **Java and Rust error messages: grammatical fixes** | ||
|
||
We fixed various grammatical issues in the Java and Rust error messages. | ||
|
||
|
||
- **Update readme** | ||
|
||
- **Use Universe manifest for features & version ranges of crates.io dependencies (#353)** | ||
|
||
- **Merge master into development after 2.28.5 release** | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.28.5 | ||
2.28.6 |