Skip to content

Commit 15aa77a

Browse files
Update release notes
1 parent 1604a58 commit 15aa77a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
22

33
### Distribution
44

5-
#### For Python through PyPI
5+
#### For Rust through crates.io
66

7-
Available from https://pypi.org/project/typedb-protocol/
7+
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
pip install typedb-protocol
10+
cargo add typedb-protocol
1111
```
1212

1313
#### For Node.js through npm

RELEASE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Documentation: https://typedb.com/docs/clients/2.x/clients
77
Available from https://pypi.org/project/typedb-protocol/
88

99
```sh
10-
pip install typedb-protocol
10+
cargo add typedb-protocol
1111
```
1212

1313
#### For Node.js through npm

0 commit comments

Comments
 (0)