Skip to content

Commit bbecfdd

Browse files
Update VERSION to 2.18.0 and update release notes
1 parent 1765f92 commit bbecfdd

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
## New Features
3+
- **Introduce computed values**
4+
5+
We allow users to interact via Console with the new Value API introduced in https://github.com/vaticle/typeql/pull/260. This PR adds pretty printing for value concepts and updates required dependencies to support the change.
6+
7+
8+
9+
## Bugs Fixed
10+
11+
12+
## Code Refactors
13+
14+
15+
## Other Improvements
16+
- **Update release notes workflow**
17+
18+
We integrate the new release notes tooling. The release notes are now to be written by a person and committed to the repo.
19+
20+
21+
- **Set up the bazel remote cache**
22+
23+

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.17.0
1+
2.18.0

dependencies/vaticle/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ def vaticle_typedb_common():
2828
git_repository(
2929
name = "vaticle_typedb_common",
3030
remote = "https://github.com/vaticle/typedb-common",
31-
commit = "9372dfb227d54c6eb631eed02e67f250e55e657e" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
31+
tag = "2.18.0" # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_common
3232
)
3333

3434
def vaticle_typedb_client_java():
3535
git_repository(
3636
name = "vaticle_typedb_client_java",
3737
remote = "https://github.com/vaticle/typedb-client-java",
38-
commit = "16c23649627001b44b39337f9d904619b4dac97c", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
38+
tag = "2.18.0", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_typedb_client_java
3939
)

0 commit comments

Comments
 (0)