Skip to content

Commit 62d6908

Browse files
Update VERSION to 2.24.8 and regenerate release notes
1 parent 6dce697 commit 62d6908

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

RELEASE_NOTES_LATEST.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
12
## TypeQL Grammar and Language Library distributions for Rust
23

34
Available through https://crates.io/crates/typeql.
45
```
5-
cargo add typeql@2.24.5
6+
cargo add typeql@2.24.8
67
```
78

89
## TypeQL Grammar and Language Library distributions for Java
@@ -19,12 +20,12 @@ cargo add typeql@2.24.5
1920
<dependency>
2021
<groupId>com.vaticle.typeql</groupId>
2122
<artifactId>typeql-grammar</artifactId>
22-
<version>2.24.5</version>
23+
<version>2.24.8</version>
2324
</dependency>
2425
<dependency>
2526
<groupId>com.vaticle.typeql</groupId>
2627
<artifactId>typeql-lang</artifactId>
27-
<version>2.24.5</version>
28+
<version>2.24.8</version>
2829
</dependency>
2930
</dependencies>
3031
```
@@ -34,7 +35,7 @@ cargo add typeql@2.24.5
3435
Available through https://pypi.org
3536

3637
```
37-
pip install typeql-grammar==2.24.5
38+
pip install typeql-grammar==2.24.8
3839
```
3940

4041

@@ -43,15 +44,19 @@ pip install typeql-grammar==2.24.5
4344

4445
## Bugs Fixed
4546

46-
- **Cargo package includes PEST grammar**
47-
- **Add License and README to Cargo package**
48-
4947

5048
## Code Refactors
5149

5250

5351
## Other Improvements
54-
- **Update to the latest dependencies, Bazel 6.2.0**
52+
- **Update pest 2.4.0 => 2.7.4**
53+
54+
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).
55+
56+
57+
- **Replace vaticle.com with typedb.com**
58+
59+
- **Update release notes**
5560

5661

5762

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.5
1+
2.24.8

0 commit comments

Comments
 (0)