-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6aa6e77
commit 0e6f422
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,24 +7,27 @@ Documentation: https://typedb.com/docs/clients/2.x/clients | |
Available from https://crates.io/crates/typedb-protocol | ||
|
||
```sh | ||
cargo add typedb-protocol@2.28.4 | ||
cargo add typedb-protocol@3.0.0-alpha-0 | ||
``` | ||
|
||
#### For Node.js through npm | ||
|
||
Available from https://www.npmjs.com/package/typedb-protocol | ||
|
||
```sh | ||
npm install typedb-protocol@2.28.4 | ||
npm install typedb-protocol@3.0.0-alpha-0 | ||
``` | ||
or | ||
```sh | ||
yarn add typedb-protocol@2.28.4 | ||
yarn add typedb-protocol@3.0.0-alpha-0 | ||
``` | ||
|
||
|
||
## New Features | ||
|
||
- **Implement TypeDB 3.0 protocol** | ||
|
||
- **Implement TypeDB 3.0 protocol refinements** | ||
|
||
## Bugs Fixed | ||
|
||
|
@@ -33,4 +36,3 @@ yarn add [email protected] | |
|
||
|
||
## Other Improvements | ||
- **Update dependencies for TypeScript rules build** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.28.4 | ||
3.0.0-alpha-0 |