Skip to content

Commit

Permalink
Update VERSION and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Sep 20, 2024
1 parent 6aa6e77 commit 0e6f422
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions RELEASE_NOTES_LATEST.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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


## Other Improvements
- **Update dependencies for TypeScript rules build**
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.4
3.0.0-alpha-0

0 comments on commit 0e6f422

Please sign in to comment.