Skip to content

Commit 91fa29c

Browse files
authored
Prepare for release 3.1.0 (#218)
## Release notes: usage and product changes Update dependencies and release notes ## Implementation
1 parent 7c7e24c commit 91fa29c

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,32 @@ 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@3.0.0
10+
cargo add typedb-protocol@3.1.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@3.0.0
18+
npm install typedb-protocol@3.1.0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@3.0.0
22+
yarn add typedb-protocol@3.1.0
2323
```
2424

2525

2626
## New Features
27-
- **Update protocol for TypeDB 3.0**
28-
We introduce a new version of protocol to support TypeDB 3.0 with updated TypeQL and APIs.
2927

30-
28+
3129
## Bugs Fixed
3230

3331

3432
## Code Refactors
3533

3634

3735
## Other Improvements
36+
- **Update dependencies**
3837

3938

VERSION

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

dependencies/typedb/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ def typedb_dependencies():
88
git_repository(
99
name = "typedb_dependencies",
1010
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "cf9c1707c7896d61ff97bbf60b1880852ad42353", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "6b9bc322bab187ebad65b192c129feffd6c704f4", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
1212
)

0 commit comments

Comments
 (0)