Skip to content

Commit 565d880

Browse files
Update VERSION to 2.26.6 and create release notes (#817)
## Usage and product changes We update VERSION to 2.26.6 and create release notes.
1 parent e8a8a3c commit 565d880

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Distribution
22

3-
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.26.6-rc3.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.26.6-rc3)
3+
TypeDB Studio is available for Linux, Mac and Windows. [Download TypeDB Studio 2.26.6.](https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-studio+version:2.26.6)
44

55
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
66

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.26.6-rc3
1+
2.26.6

dependencies/vaticle/repositories.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def vaticle_dependencies():
2828
git_repository(
2929
name = "vaticle_dependencies",
3030
remote = "https://github.com/vaticle/dependencies",
31-
commit = "cd00aa9bc16bc2eb857b9b5e4d7a301bf19908dc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
31+
commit = "08d4e3bafb5a90db76eb5188be6f90bee564eb01", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
3232
)
3333

3434
def vaticle_force_graph():
@@ -42,12 +42,12 @@ def vaticle_typeql():
4242
git_repository(
4343
name = "vaticle_typeql",
4444
remote = "https://github.com/vaticle/typeql",
45-
tag = "2.26.6-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
45+
tag = "2.26.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typeql
4646
)
4747

4848
def vaticle_typedb_driver():
4949
git_repository(
5050
name = "vaticle_typedb_driver",
5151
remote = "https://github.com/vaticle/typedb-driver",
52-
tag = "2.26.6-rc1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
52+
tag = "2.26.6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_driver
5353
)

0 commit comments

Comments
 (0)