Skip to content

Commit dc8fe2d

Browse files
Set VERSION to 2.27.0 and update deps
1 parent 9a3e44b commit dc8fe2d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

RELEASE_NOTES_LATEST.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Available through https://crates.io/crates/typeql.
55
```
6-
cargo add typeql@2.27.0-rc0
6+
cargo add typeql@2.27.0
77
```
88

99
## TypeQL Grammar and Language Library distributions for Java
@@ -20,12 +20,12 @@ cargo add typeql@2.27.0-rc0
2020
<dependency>
2121
<groupId>com.vaticle.typeql</groupId>
2222
<artifactId>typeql-grammar</artifactId>
23-
<version>2.27.0-rc0</version>
23+
<version>2.27.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>com.vaticle.typeql</groupId>
2727
<artifactId>typeql-lang</artifactId>
28-
<version>2.27.0-rc0</version>
28+
<version>2.27.0</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -35,7 +35,7 @@ cargo add typeql@2.27.0-rc0
3535
Available through https://pypi.org
3636

3737
```
38-
pip install typeql-grammar==2.27.0-rc0
38+
pip install typeql-grammar==2.27.0
3939
```
4040

4141

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.27.0-rc0
1+
2.27.0

dependencies/vaticle/repositories.bzl

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "41f7b9c7a26c06942447e446e46f7071ae610ae7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "7518f8adaf5714512a8af96128b15cca7dedd475", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)
2626

2727
def vaticle_typedb_behaviour():
2828
git_repository(
2929
name = "vaticle_typedb_behaviour",
3030
remote = "https://github.com/vaticle/typedb-behaviour",
31-
commit = "c607ac62ac5375021e0ed728b015ccb5fe8a8d3b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
31+
commit = "7821ecf78050bb5c8c49a1fd99abfd804a2186a8", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_behaviour
3232
)

0 commit comments

Comments
 (0)