Skip to content

Commit

Permalink
Set VERSION to 2.27.0 and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Mar 22, 2024
1 parent 9a3e44b commit dc8fe2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions RELEASE_NOTES_LATEST.md
Expand Up @@ -3,7 +3,7 @@

Available through https://crates.io/crates/typeql.
```
cargo add typeql@2.27.0-rc0
cargo add typeql@2.27.0
```

## TypeQL Grammar and Language Library distributions for Java
Expand All @@ -20,12 +20,12 @@ cargo add typeql@2.27.0-rc0
<dependency>
<groupId>com.vaticle.typeql</groupId>
<artifactId>typeql-grammar</artifactId>
<version>2.27.0-rc0</version>
<version>2.27.0</version>
</dependency>
<dependency>
<groupId>com.vaticle.typeql</groupId>
<artifactId>typeql-lang</artifactId>
<version>2.27.0-rc0</version>
<version>2.27.0</version>
</dependency>
</dependencies>
```
Expand All @@ -35,7 +35,7 @@ cargo add typeql@2.27.0-rc0
Available through https://pypi.org

```
pip install typeql-grammar==2.27.0-rc0
pip install typeql-grammar==2.27.0
```


Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.27.0-rc0
2.27.0
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Expand Up @@ -21,12 +21,12 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "41f7b9c7a26c06942447e446e46f7071ae610ae7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "7518f8adaf5714512a8af96128b15cca7dedd475", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

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

0 comments on commit dc8fe2d

Please sign in to comment.