Skip to content

Commit

Permalink
Update VERSION to 2.26.6 and create release notes (#817)
Browse files Browse the repository at this point in the history
## Usage and product changes

We update VERSION to 2.26.6 and create release notes.
  • Loading branch information
dmitrii-ubskii committed Feb 16, 2024
1 parent e8a8a3c commit 565d880
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Distribution

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)
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)

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.26.6-rc3
2.26.6
6 changes: 3 additions & 3 deletions dependencies/vaticle/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "cd00aa9bc16bc2eb857b9b5e4d7a301bf19908dc", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "08d4e3bafb5a90db76eb5188be6f90bee564eb01", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

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

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

0 comments on commit 565d880

Please sign in to comment.