Skip to content

Commit

Permalink
Update VERSION to 2.24.11 and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Oct 3, 2023
1 parent 62d6908 commit ab936ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
16 changes: 4 additions & 12 deletions RELEASE_NOTES_LATEST.md
Expand Up @@ -3,7 +3,7 @@

Available through https://crates.io/crates/typeql.
```
cargo add typeql@2.24.8
cargo add typeql@2.24.11
```

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

```
pip install typeql-grammar==2.24.8
pip install typeql-grammar==2.24.11
```


Expand All @@ -49,14 +49,6 @@ pip install typeql-grammar==2.24.8


## Other Improvements
- **Update pest 2.4.0 => 2.7.4**

We update to pest and pest-derive v2.7.4, which among other things purports to fix the error where [deriving Parser fails on "undeclared crate or module `alloc`"](https://github.com/pest-parser/pest/issues/899) (https://github.com/pest-parser/pest/pull/900).


- **Replace vaticle.com with typedb.com**

- **Update release notes**



2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.24.8
2.24.11
4 changes: 2 additions & 2 deletions dependencies/vaticle/repositories.bzl
Expand Up @@ -21,14 +21,14 @@ def vaticle_dependencies():
git_repository(
name = "vaticle_dependencies",
remote = "https://github.com/vaticle/dependencies",
commit = "fcc9a56b65e6ab69bbf0f1680affe38e12617ed6", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
commit = "5bf5826067d9a371efc2144343cd4f5c2649ee8e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
)

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

def vaticle_typedb_behaviour():
Expand Down

0 comments on commit ab936ef

Please sign in to comment.