-
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.
## Usage and product changes Merge for 2.28.6 release
- Loading branch information
Showing
3 changed files
with
11 additions
and
22 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 |
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 |
---|---|---|
|
@@ -49,7 +49,8 @@ assemble_crate( | |
homepage = "https://github.com/vaticle/typeql", | ||
repository = "https://github.com/vaticle/typeql", | ||
keywords = ["typeql", "typedb", "database", "strongly-typed"], | ||
authors = ["TypeDB Community <[email protected]>"] | ||
authors = ["TypeDB Community <[email protected]>"], | ||
universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"], | ||
) | ||
|
||
deploy_crate( | ||
|