Skip to content

Commit aa6b416

Browse files
Update VERSION to 2.24.5 and fix cargo package license and readme
1 parent 2e3bb41 commit aa6b416

File tree

6 files changed

+14
-12
lines changed

6 files changed

+14
-12
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ 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
10+
cargo add typedb-protocol@2.24.5
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
18+
npm install typedb-protocol@2.24.5
1919
```
2020
or
2121
```sh
22-
yarn install typedb-protocol
22+
yarn add typedb-protocol@2.24.5
2323
```
2424

2525

@@ -28,10 +28,10 @@ yarn install typedb-protocol
2828

2929
## Bugs Fixed
3030

31+
- **Deploy crate contains LICENSE and README**
3132

3233
## Code Refactors
3334

34-
- **Deploy NPM typedb_protocol as typedb-protocol**
3535

3636
## Other Improvements
3737

RELEASE_TEMPLATE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ 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-
cargo add typedb-protocol
10+
cargo add typedb-protocol@{version}
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
18+
npm install typedb-protocol@{version}
1919
```
2020
or
2121
```sh
22-
yarn install typedb-protocol
22+
yarn add typedb-protocol@{version}
2323
```
2424

2525
{ release notes }

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.24.1
1+
2.24.5

dependencies/vaticle/repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ def vaticle_dependencies():
2121
git_repository(
2222
name = "vaticle_dependencies",
2323
remote = "https://github.com/vaticle/dependencies",
24-
commit = "f9cbfe19cba63ecfcbaaf524d520613562b2e94b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "72ef3d0550492342ced5859e8f972dbf5d60677b", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

grpc/rust/BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ assemble_crate(
6262
target = ":typedb_protocol",
6363
description = "TypeDB Protocol",
6464
homepage = "https://github.com/vaticle/typedb-protocol",
65+
readme_file = "//:README.md",
6566
license = "AGPL-3.0-or-later",
67+
license_file = "//:LICENSE",
6668
repository = "https://github.com/vaticle/typedb-protocol",
6769
)
6870

tool/release/create_notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# along with this program. If not, see <https://www.gnu.org/licenses/>.
1717
#
1818

19-
bazel run @vaticle_dependencies//tool/release/notes:create -- vaticle typedb-protocol HEAD $(cat VERSION) ./RELEASE_TEMPLATE.md ./RELEASE_NOTES_LATEST.md
19+
bazel run @vaticle_dependencies//tool/release/notes:create -- vaticle typedb-protocol HEAD "$(cat VERSION)" ./RELEASE_TEMPLATE.md ./RELEASE_NOTES_LATEST.md

0 commit comments

Comments
 (0)