Skip to content

Commit 366c148

Browse files
Bump VERSION to 3.10.4
1 parent e02c79b commit 366c148

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ common --experimental_isolated_extension_usages
77

88
try-import ./.bazel-remote-cache.rc
99

10-
build --incompatible_strict_action_env --java_language_version=11 --javacopt='--release 11' --enable_runfiles --legacy_external_runfiles
10+
build --incompatible_strict_action_env --java_runtime_version=remotejdk_21 --enable_runfiles --legacy_external_runfiles
1111
run --incompatible_strict_action_env
1212
test --incompatible_strict_action_env
1313

RELEASE_NOTES_LATEST.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Available through https://crates.io/crates/typeql.
55
```
6-
cargo add typeql@3.10.1
6+
cargo add typeql@3.10.4
77
```
88

99

@@ -17,9 +17,14 @@ cargo add typeql@3.10.1
1717

1818

1919
## Other Improvements
20-
21-
- **Update dependencies**
22-
23-
- **Update Rust to 1.93.0**
20+
- **Allow leading comma in redefine constraints**
21+
22+
Mirrors the leading-comma sugar already accepted by `define`: `define person, owns name;` parses, but `redefine person, owns name @card(0..10);` did not. Make `redefinable_type` accept an optional COMMA between the label and the constraint so concat-based query generation has the same shape for define and redefine.
23+
24+
25+
- **Update Rust dependencies**
26+
27+
28+
2429

2530

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1
1+
3.10.4

0 commit comments

Comments
 (0)