From 3efaba3ab98c0e96777b3861515377ec3956dc86 Mon Sep 17 00:00:00 2001 From: Georgii Novoselov Date: Fri, 27 Sep 2024 16:00:23 +0100 Subject: [PATCH] Update version to 3.0.0-alpha-4 --- RELEASE_NOTES_LATEST.md | 9 ++++++--- VERSION | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index e861b3523c..e131f5f886 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@3.0.0-alpha-3 +cargo add typedb-driver@3.0.0-alpha-4 ``` @@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview com.vaticle.typedb typedb-driver - 3.0.0-alpha-3 + 3.0.0-alpha-4 ``` @@ -51,7 +51,10 @@ Documentation: https://typedb.com/docs/drivers/java/overview ## Code Refactors +- **Rename Java package com.vaticle.typedb to com.typedb and remove typeql dependencies.** + We rename the Java driver's package from `com.vaticle.typedb` to `com.typedb`. + We remove excessive dependencies on `typeql`. ## Other Improvements - + diff --git a/VERSION b/VERSION index b0e4d4924d..2b222ad9ce 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.0-alpha-3 +3.0.0-alpha-4