Skip to content

Commit 2804f3d

Browse files
authored
Merge for 2.28.6 release (#355)
## Usage and product changes Merge for 2.28.6 release
2 parents 1c831c1 + f543381 commit 2804f3d

File tree

3 files changed

+11
-22
lines changed

3 files changed

+11
-22
lines changed

RELEASE_NOTES_LATEST.md

+8-20
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.28.5
6+
cargo add typeql@2.28.6
77
```
88

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

3737
```
38-
pip install typeql-grammar==2.28.5
38+
pip install typeql-grammar==2.28.6
3939
```
4040

4141

@@ -49,21 +49,9 @@ pip install typeql-grammar==2.28.5
4949

5050

5151
## Other Improvements
52-
- **Make the author of the Python grammar and TypeQL Rust "TypeDB Community"**
53-
54-
The `author` field of our Python grammar and Rust library is now **TypeDB Community** with the email being **community@typedb.com**.
55-
56-
57-
- **Update error messages to match Rust and Java implementations**
58-
We fixed various logical and grammatical issues in the Java and Rust error messages, aiming to have similar errors from both implementations.
59-
60-
61-
- **Java and Rust error messages: grammatical fixes**
62-
63-
We fixed various grammatical issues in the Java and Rust error messages.
64-
65-
66-
- **Update readme**
67-
52+
- **Use Universe manifest for features & version ranges of crates.io dependencies (#353)**
53+
54+
- **Merge master into development after 2.28.5 release**
55+
6856

6957

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.5
1+
2.28.6

rust/BUILD

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ assemble_crate(
4949
homepage = "https://github.com/vaticle/typeql",
5050
repository = "https://github.com/vaticle/typeql",
5151
keywords = ["typeql", "typedb", "database", "strongly-typed"],
52-
authors = ["TypeDB Community <community@typedb.com>"]
52+
authors = ["TypeDB Community <community@typedb.com>"],
53+
universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"],
5354
)
5455

5556
deploy_crate(

0 commit comments

Comments
 (0)