Skip to content

Commit

Permalink
Update VERSION and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Nov 16, 2023
1 parent 4b1b0f1 commit 9d756fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

## New Features

- **Upgrade to the latest TypeDB Driver, which includes improved error messages**


## Bugs Fixed

Expand All @@ -9,6 +11,6 @@


## Other Improvements
- **Remove APT deployment and targets**
- **Add ulimits to mac and linux releases**


2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.25.6
2.25.7
2 changes: 1 addition & 1 deletion dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ def vaticle_typedb_driver():
git_repository(
name = "vaticle_typedb_driver",
remote = "https://github.com/vaticle/typedb-driver",
tag = "2.25.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
tag = "2.25.7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
)

0 comments on commit 9d756fb

Please sign in to comment.