Skip to content

Commit 4032cda

Browse files
authored
Prepare for release 3.2.0-rc0 (#402)
## Usage and product changes Update version and release notes ## Implementation
1 parent e8725d2 commit 4032cda

File tree

3 files changed

+13
-17
lines changed

3 files changed

+13
-17
lines changed

RELEASE_NOTES_LATEST.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,23 @@
33

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

9+
910
## New Features
10-
- **3.0 distinct**
1111

12-
Added the `distinct` query pipeline stage.
1312

1413
## Bugs Fixed
15-
- **Allow duration literals without date component**
16-
17-
We modify the grammar to accept a `duration_literal` without a date component (e.g. `PT1S`) as per the standard.
18-
14+
15+
1916
## Code Refactors
20-
- **Restrict by grammar refactoring type_ref and named_type**
21-
Restrict by grammar refactoring type_ref and named_type
22-
23-
## Other Improvements
2417

25-
- **Update dependencies to avoid conflicts with the server**
26-
Update dependencies and the generated Cargo files for the newest version of the target repo.
18+
19+
## Other Improvements
20+
- **Update dependencies reference**
21+
Update dependencies reference to avoid conflicts with TypeDB server.
22+
2723

28-
- **Update dependencies. Update version to 3.1.0-rc0 and release notes**
24+
2925

VERSION

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

dependencies/typedb/repositories.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ def typedb_dependencies():
88
git_repository(
99
name = "typedb_dependencies",
1010
remote = "https://github.com/typedb/typedb-dependencies",
11-
commit = "959bcdbfac995582812b334ba719b190367e4625", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
11+
commit = "b92f47300913cc8555ef18580eeaa5b1b1ecd2a1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_dependencies
1212
)
1313

1414
def typedb_behaviour():
1515
git_repository(
1616
name = "typedb_behaviour",
1717
remote = "https://github.com/typedb/typedb-behaviour",
18-
commit = "28e93a9eb2b411d5a3d04efb2812ff3a46363c24", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
18+
commit = "57fc7216f4b0df05ce29044a1ba621e44bdd87e1", # sync-marker: do not remove this comment, this is used for sync-dependencies by @typedb_behaviour
1919
)

0 commit comments

Comments
 (0)