diff --git a/.circleci/config.yml b/.circleci/config.yml index 89f57a7e24..7bd9aa6337 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -920,7 +920,7 @@ jobs: - run: .circleci\windows\prepare.bat - run: .circleci\windows\clib\deploy_release.bat - persist_to_workspace: - root: ~/dist + root: dist paths: ["./*"] ############ @@ -1032,7 +1032,7 @@ jobs: - run: .circleci\windows\prepare.bat - run: .circleci\windows\cpp\deploy_release.bat - persist_to_workspace: - root: ~/dist + root: dist paths: ["./*"] ################################ diff --git a/RELEASE_NOTES_LATEST.md b/RELEASE_NOTES_LATEST.md index dfd80fbaf8..f0aa3b382b 100644 --- a/RELEASE_NOTES_LATEST.md +++ b/RELEASE_NOTES_LATEST.md @@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/clients/rust-driver ```sh -cargo add typedb-driver@2.26.0 +cargo add typedb-driver@2.26.1 ``` @@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/clients/java-driver com.vaticle.typedb typedb-driver - 2.26.0 + 2.26.1 ``` @@ -42,7 +42,7 @@ Documentation: https://typedb.com/docs/clients/python-driver Available through https://pypi.org ``` -pip install typedb-driver==2.26.0 +pip install typedb-driver==2.26.1 ``` ### NodeJS driver @@ -56,11 +56,11 @@ npm install typedb-driver@ ### C++ driver -Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.0 +Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.1 ### C driver -Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.0 +Compiled distributions comprising headers and shared libraries available at: https://github.com/vaticle/typedb-driver/releases/tag/2.26.1 @@ -118,16 +118,10 @@ Compiled distributions comprising headers and shared libraries available at: htt ## Other Improvements + - **Fix circleci assembly tests for C++ driver** Fix assembly test paths broken in previous commit - -- **Update dependencies and VERSION to 2.26.0** - - **Release pipeline for C++ driver** Introduce build targets & jobs for the release pipeline of the C++ driver - - -- **Add CLS and ENT as enterprise error message synonyms** - - + \ No newline at end of file diff --git a/VERSION b/VERSION index 7a25c70f90..f34083e034 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.26.0 +2.26.1