Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merge for 2.28.6 release #355

Merged
merged 3 commits into from
Aug 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update VERSION to 2.28.6 and create release notes (#354)
## Usage and product changes

Update VERSION to 2.28.6 and create release notes
  • Loading branch information
dmitrii-ubskii authored Aug 5, 2024
commit f543381c43d7874b294db120eed6997a510c0f2e
28 changes: 8 additions & 20 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@

Available through https://crates.io/crates/typeql.
```
cargo add typeql@2.28.5
cargo add typeql@2.28.6
```

## TypeQL Grammar and Language Library distributions for Java
@@ -20,12 +20,12 @@ cargo add typeql@2.28.5
<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>
```
@@ -35,7 +35,7 @@ cargo add typeql@2.28.5
Available through https://pypi.org

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


@@ -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 **community@typedb.com**.


- **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