diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index 840d61f781..4b28087a3e 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/drivers/rust/overview ```sh -cargo add typedb-driver@2.28.5-rc0 +cargo add typedb-driver@2.28.6-rc0 ``` @@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview com.vaticle.typedb typedb-driver - 2.28.5-rc0 + 2.28.6-rc0 ``` @@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/drivers/python/overview Available through https://pypi.org ``` -pip install typedb-driver==2.28.5rc0 +pip install typedb-driver==2.28.6rc0 ``` ### NodeJS driver @@ -51,7 +51,7 @@ NPM package: https://www.npmjs.com/package/typedb-driver Documentation: https://typedb.com/docs/drivers/nodejs/overview ``` -npm install typedb-driver@2.28.5-rc0 +npm install typedb-driver@2.28.6-rc0 ``` ### C# driver @@ -61,23 +61,23 @@ Documentation: https://typedb.com/docs/drivers/csharp/overview ```xml - - - - - - + + + + + + ``` ### C++ driver -Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.5-rc0 +Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-cpp+version:2.28.6-rc0 Documentation: https://typedb.com/docs/drivers/cpp/overview ### C driver -Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.5-rc0 +Compiled distributions comprising headers and shared libraries available at: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-driver-clib+version:2.28.6-rc0 ## New Features diff --git a/VERSION b/VERSION index 13d1ed21e7..dd7b77f912 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.28.5-rc0 +2.28.6-rc0 diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index f3c8f3d581..4670b8e012 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -28,7 +28,7 @@ def vaticle_typeql(): git_repository( name = "vaticle_typeql", remote = "https://github.com/typedb/typeql", - tag = "2.28.5", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql + tag = "2.28.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql ) def vaticle_typedb_protocol():