Skip to content

Commit bddc724

Browse files
chore: release v0.18.0
1 parent 40e2a3c commit bddc724

File tree

5 files changed

+20
-3
lines changed

5 files changed

+20
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ members = [
1616
resolver = "2"
1717

1818
[workspace.dependencies]
19-
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.17.0" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.18.0" }
2020
timely = { version = "0.24", default-features = false }
2121
columnar = { version = "0.10", default-features = false }
2222
#timely = { path = "../timely-dataflow/timely/", default-features = false }

differential-dataflow/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.18.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.17.0...differential-dataflow-v0.18.0) - 2025-10-04
11+
12+
### Other
13+
14+
- Update columnar; introduce mimalloc
15+
- Extract `VecCollection` from `Collection` ([#651](https://github.com/TimelyDataflow/differential-dataflow/pull/651))
16+
- Introduce traits for collection containers ([#650](https://github.com/TimelyDataflow/differential-dataflow/pull/650))
17+
- Correct some clippy nit ([#649](https://github.com/TimelyDataflow/differential-dataflow/pull/649))
18+
- Batcher implementation that has no opinions about chains, and columnar. ([#626](https://github.com/TimelyDataflow/differential-dataflow/pull/626))
19+
1020
## [0.17.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.16.2...differential-dataflow-v0.17.0) - 2025-09-15
1121

1222
### Other

differential-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "differential-dataflow"
4-
version = "0.17.0"
4+
version = "0.18.0"
55
authors = ["Frank McSherry <[email protected]>"]
66

77
description = "An incremental data-parallel dataflow platform"

dogsdogsdogs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.18.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.17.0...differential-dogs3-v0.18.0) - 2025-10-04
11+
12+
### Other
13+
14+
- Extract `VecCollection` from `Collection` ([#651](https://github.com/TimelyDataflow/differential-dataflow/pull/651))
15+
- Correct some clippy nit ([#649](https://github.com/TimelyDataflow/differential-dataflow/pull/649))
16+
1017
## [0.17.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.16.2...differential-dogs3-v0.17.0) - 2025-09-15
1118

1219
### Other

dogsdogsdogs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "differential-dogs3"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
authors = ["Frank McSherry <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)