Skip to content

Commit f5758f6

Browse files
Prepare release 3.7.0 (#313)
## Usage and product changes Bump version, prepare release notes
1 parent 31350e6 commit f5758f6

File tree

5 files changed

+105
-12
lines changed

5 files changed

+105
-12
lines changed

Cargo.lock

Lines changed: 93 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ features = {}
6161
[dependencies.typeql]
6262
features = []
6363
git = "https://github.com/typedb/typeql"
64-
tag = "3.7.0-rc0"
64+
tag = "3.7.0"
6565
default-features = false
6666

6767
[dependencies.typedb-driver]
6868
features = []
6969
git = "https://github.com/typedb/typedb-driver"
70-
tag = "3.7.0-rc3"
70+
tag = "3.7.0"
7171
default-features = false
7272

7373
[dependencies.serde_json]

RELEASE_NOTES_LATEST.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Distribution
22

3-
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.7.0-rc0
3+
Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/public-release/packages/?q=name:^typedb-console+version:3.7.0
44

55

66
## New Features
@@ -13,5 +13,11 @@ Download from TypeDB Package Repository: https://cloudsmith.io/~typedb/repos/pub
1313

1414

1515
## Other Improvements
16+
- **Update Cargo.toml**
1617

18+
- **Prepare release 3.7.0-rc0**
19+
20+
We update the dependencies and bump the version to 3.7.0-rc0.
21+
22+
1723

VERSION

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

dependencies/typedb/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ def typedb_driver():
1515
git_repository(
1616
name = "typedb_driver",
1717
remote = "https://github.com/typedb/typedb-driver",
18-
tag = "3.7.0-rc3", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
18+
tag = "3.7.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
1919
)
2020

2121
def typeql():
2222
git_repository(
2323
name = "typeql",
2424
remote = "https://github.com/typedb/typeql",
25-
tag = "3.7.0-rc0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
25+
tag = "3.7.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_driver
2626
)

0 commit comments

Comments
 (0)