Skip to content

Commit

Permalink
Merge for 2.28.6 release (#355)
Browse files Browse the repository at this point in the history
## Usage and product changes

Merge for 2.28.6 release
  • Loading branch information
typedb-bot authored Aug 5, 2024
2 parents 1c831c1 + f543381 commit 2804f3d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
28 changes: 8 additions & 20 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Available through https://crates.io/crates/typeql.
```
cargo add [email protected].5
cargo add [email protected].6
```

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

```
pip install typeql-grammar==2.28.5
pip install typeql-grammar==2.28.6
```


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


## Other Improvements
- **Make the author of the Python grammar and TypeQL Rust "TypeDB Community"**

The `author` field of our Python grammar and Rust library is now **TypeDB Community** with the email being **[email protected]**.


- **Update error messages to match Rust and Java implementations**
We fixed various logical and grammatical issues in the Java and Rust error messages, aiming to have similar errors from both implementations.


- **Java and Rust error messages: grammatical fixes**

We fixed various grammatical issues in the Java and Rust error messages.


- **Update readme**

- **Use Universe manifest for features & version ranges of crates.io dependencies (#353)**

- **Merge master into development after 2.28.5 release**



2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.5
2.28.6
3 changes: 2 additions & 1 deletion rust/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ assemble_crate(
homepage = "https://github.com/vaticle/typeql",
repository = "https://github.com/vaticle/typeql",
keywords = ["typeql", "typedb", "database", "strongly-typed"],
authors = ["TypeDB Community <[email protected]>"]
authors = ["TypeDB Community <[email protected]>"],
universe_manifests = ["@vaticle_dependencies//library/crates:Cargo.toml"],
)

deploy_crate(
Expand Down

0 comments on commit 2804f3d

Please sign in to comment.