File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,27 +7,24 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
7
7
Available from https://crates.io/crates/typedb-protocol
8
8
9
9
``` sh
10
- cargo add typedb-protocol@3.0.0-alpha-0
10
+ cargo add typedb-protocol@3.0.0-alpha-6
11
11
```
12
12
13
13
#### For Node.js through npm
14
14
15
15
Available from https://www.npmjs.com/package/typedb-protocol
16
16
17
17
``` sh
18
- npm install typedb-protocol@3.0.0-alpha-0
18
+ npm install typedb-protocol@3.0.0-alpha-6
19
19
```
20
20
or
21
21
``` sh
22
- yarn add typedb-protocol@3.0.0-alpha-0
22
+ yarn add typedb-protocol@3.0.0-alpha-6
23
23
```
24
24
25
25
26
26
## New Features
27
27
28
- - ** Implement TypeDB 3.0 protocol**
29
-
30
- - ** Implement TypeDB 3.0 protocol refinements**
31
28
32
29
## Bugs Fixed
33
30
Original file line number Diff line number Diff line change 1
- 3.0.0-alpha-3
1
+ 3.0.0-alpha-6
You can’t perform that action at this time.
0 commit comments