Skip to content

Commit 9d756fb

Browse files
Update VERSION and dependencies
1 parent 4b1b0f1 commit 9d756fb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
## New Features
33

4+
- **Upgrade to the latest TypeDB Driver, which includes improved error messages**
5+
46

57
## Bugs Fixed
68

@@ -9,6 +11,6 @@
911

1012

1113
## Other Improvements
12-
- **Remove APT deployment and targets**
14+
- **Add ulimits to mac and linux releases**
1315

1416

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.6
1+
2.25.7

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ def vaticle_typedb_driver():
3535
git_repository(
3636
name = "vaticle_typedb_driver",
3737
remote = "https://github.com/vaticle/typedb-driver",
38-
tag = "2.25.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
38+
tag = "2.25.7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
3939
)

0 commit comments

Comments
 (0)