Skip to content

Commit

Permalink
Update VERSION to 2.28.6 and create release notes (#354)
Browse files Browse the repository at this point in the history
## Usage and product changes

Update VERSION to 2.28.6 and create release notes
  • Loading branch information
dmitrii-ubskii authored Aug 5, 2024
1 parent 3ad175f commit f543381
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 21 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

0 comments on commit f543381

Please sign in to comment.