Skip to content

Commit 0e6f422

Browse files
Update VERSION and release notes
1 parent 6aa6e77 commit 0e6f422

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,27 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add typedb-protocol@2.28.4
10+
cargo add typedb-protocol@3.0.0-alpha-0
1111
```
1212

1313
#### For Node.js through npm
1414

1515
Available from https://www.npmjs.com/package/typedb-protocol
1616

1717
```sh
18-
npm install typedb-protocol@2.28.4
18+
npm install typedb-protocol@3.0.0-alpha-0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@2.28.4
22+
yarn add typedb-protocol@3.0.0-alpha-0
2323
```
2424

2525

2626
## New Features
2727

28+
- **Implement TypeDB 3.0 protocol**
29+
30+
- **Implement TypeDB 3.0 protocol refinements**
2831

2932
## Bugs Fixed
3033

@@ -33,4 +36,3 @@ yarn add [email protected]
3336

3437

3538
## Other Improvements
36-
- **Update dependencies for TypeScript rules build**

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.28.4
1+
3.0.0-alpha-0

0 commit comments

Comments
 (0)