From dc8fe2d9d8a1c29cb29e5ba22b73c7b0f8b48fd3 Mon Sep 17 00:00:00 2001 From: joshua Date: Fri, 22 Mar 2024 22:48:29 +0000 Subject: [PATCH] Set VERSION to 2.27.0 and update deps --- RELEASE_NOTES_LATEST.md | 8 ++++---- VERSION | 2 +- dependencies/vaticle/repositories.bzl | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index 5b0d8baf7..a00fab258 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.27.0-rc0 +cargo add typeql@2.27.0 ``` ## TypeQL Grammar and Language Library distributions for Java @@ -20,12 +20,12 @@ cargo add typeql@2.27.0-rc0 com.vaticle.typeql typeql-grammar - 2.27.0-rc0 + 2.27.0 com.vaticle.typeql typeql-lang - 2.27.0-rc0 + 2.27.0 ``` @@ -35,7 +35,7 @@ cargo add typeql@2.27.0-rc0 Available through https://pypi.org ``` -pip install typeql-grammar==2.27.0-rc0 +pip install typeql-grammar==2.27.0 ``` diff --git a/VERSION b/VERSION index b0d6a120b..a5f3e61bd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.27.0-rc0 +2.27.0 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index 0d0a2ad20..45cc61345 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -21,12 +21,12 @@ def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", remote = "https://github.com/vaticle/dependencies", - commit = "41f7b9c7a26c06942447e446e46f7071ae610ae7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + commit = "7518f8adaf5714512a8af96128b15cca7dedd475", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typedb_behaviour(): git_repository( name = "vaticle_typedb_behaviour", remote = "https://github.com/vaticle/typedb-behaviour", - commit = "c607ac62ac5375021e0ed728b015ccb5fe8a8d3b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour + commit = "7821ecf78050bb5c8c49a1fd99abfd804a2186a8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour )