Skip to content

Commit 3fc4c0f

Browse files
Update VERSION to 3.4.0 and create release notes (#227)
1 parent 38f66a1 commit 3fc4c0f

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ Documentation: https://typedb.com/docs/drivers/
77
Available from https://crates.io/crates/typedb-protocol
88

99
```sh
10-
cargo add typedb-protocol@3.4.0-rc0
10+
cargo add typedb-protocol@3.4.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.4.0-rc0
18+
npm install typedb-protocol@3.4.0
1919
```
2020
or
2121
```sh
22-
yarn add typedb-protocol@3.4.0-rc0
22+
yarn add typedb-protocol@3.4.0
2323
```
2424

2525

@@ -40,5 +40,7 @@ yarn add typedb-protocol@3.4.0-rc0
4040

4141

4242
## Other Improvements
43-
44-
43+
- **Fix build errors and update dependencies**
44+
Support build on Apple Clang 17+ by updating dependencies (details: https://github.com/typedb/typedb-dependencies/pull/577).
45+
Fix bazel build by adding an implicit dependency to the build configuration.
46+
Reintroduce CI correctness validation jobs.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.0-rc0
1+
3.4.0

0 commit comments

Comments
 (0)