You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES_LATEST.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Distribution
2
2
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)
4
4
5
5
For Mac Intel and Mac ARM, TypeDB Studio is also available through Homebrew:
Copy file name to clipboardExpand all lines: dependencies/vaticle/repositories.bzl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ def vaticle_dependencies():
28
28
git_repository(
29
29
name="vaticle_dependencies",
30
30
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
32
32
)
33
33
34
34
defvaticle_force_graph():
@@ -42,12 +42,12 @@ def vaticle_typeql():
42
42
git_repository(
43
43
name="vaticle_typeql",
44
44
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
0 commit comments