From 3ad175fddd532d462ec6ced50457896cd78496d3 Mon Sep 17 00:00:00 2001 From: Dmitrii Ubskii <18616863+dmitrii-ubskii@users.noreply.github.com> Date: Fri, 2 Aug 2024 19:35:09 +0300 Subject: [PATCH 1/2] Use Universe manifest for features & version ranges of crates.io dependencies (#353) --- rust/BUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust/BUILD b/rust/BUILD index b1ca187f1..f19502d07 100644 --- a/rust/BUILD +++ b/rust/BUILD @@ -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 "] + authors = ["TypeDB Community "], + universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"], ) deploy_crate( From f543381c43d7874b294db120eed6997a510c0f2e Mon Sep 17 00:00:00 2001 From: Dmitrii Ubskii <18616863+dmitrii-ubskii@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:13:50 +0300 Subject: [PATCH 2/2] 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 --- RELEASE_NOTES_LATEST.md | 28 ++++++++-------------------- VERSION | 2 +- 2 files changed, 9 insertions(+), 21 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index ad3ac6d51..fcd798393 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -3,7 +3,7 @@ Available through https://crates.io/crates/typeql. ``` -cargo add typeql@2.28.5 +cargo add typeql@2.28.6 ``` ## TypeQL Grammar and Language Library distributions for Java @@ -20,12 +20,12 @@ cargo add typeql@2.28.5 com.vaticle.typeql typeql-grammar - 2.28.5 + 2.28.6 com.vaticle.typeql typeql-lang - 2.28.5 + 2.28.6 ``` @@ -35,7 +35,7 @@ cargo add typeql@2.28.5 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 **community@typedb.com**. - - -- **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** + diff --git a/VERSION b/VERSION index cb5e764f6..759bcf0e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.28.5 +2.28.6