Skip to content

Commit a6540e9

Browse files
Update VERSION to 2.25.2 and update dependencies
1 parent 5d12122 commit a6540e9

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 4 additions & 5 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@2.25.1
10+
cargo add typedb-protocol@2.25.2
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@2.25.1
18+
npm install typedb-protocol@2.25.2
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@2.25.1
22+
yarn add typedb-protocol@2.25.2
2323
```
2424

2525

@@ -31,9 +31,8 @@ yarn add typedb-protocol@2.25.1
3131

3232
## Code Refactors
3333

34-
- Add maven tag for Java to facilitate bundling TypeDB Core correctly
35-
3634

3735
## Other Improvements
3836

37+
- **Update build dependencies**
3938

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.25.1
1+
2.25.2

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 = "952ab4a18647069a3b2ccd0d110ef168d93cfbe7", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
24+
commit = "d75f30de7902892b1d45015aefd20f06048b0458", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies
2525
)

0 commit comments

Comments
 (0)