Skip to content

Commit

Permalink
Update version to 3.0.0-alpha-4
Browse files Browse the repository at this point in the history
  • Loading branch information
farost committed Sep 27, 2024
1 parent d136a74 commit 3efaba3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Documentation: https://typedb.com/docs/drivers/rust/overview


```sh
cargo add [email protected]3
cargo add [email protected]4
```


Expand All @@ -29,7 +29,7 @@ Documentation: https://typedb.com/docs/drivers/java/overview
<dependency>
<groupid>com.vaticle.typedb</groupid>
<artifactid>typedb-driver</artifactid>
<version>3.0.0-alpha-3</version>
<version>3.0.0-alpha-4</version>
</dependency>
</dependencies>
```
Expand All @@ -51,7 +51,10 @@ Documentation: https://typedb.com/docs/drivers/java/overview


## Code Refactors
- **Rename Java package com.vaticle.typedb to com.typedb and remove typeql dependencies.**
We rename the Java driver's package from `com.vaticle.typedb` to `com.typedb`.
We remove excessive dependencies on `typeql`.


## Other Improvements

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-alpha-3
3.0.0-alpha-4

0 comments on commit 3efaba3

Please sign in to comment.