Skip to content

Commit 5178ca9

Browse files
chore: release v0.18.1 (#655)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 92d9776 commit 5178ca9

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

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.18.0" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.19.0" }
2020
timely = { version = "0.25", default-features = false }
2121
columnar = { version = "0.11", default-features = false }
2222
#timely = { path = "../timely-dataflow/timely/", default-features = false }

differential-dataflow/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.19.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.18.0...differential-dataflow-v0.19.0) - 2026-02-06
11+
12+
### Other
13+
14+
- Back Pointstamp with SmallVec ([#661](https://github.com/TimelyDataflow/differential-dataflow/pull/661))
15+
- Correct chainless lower bound determination ([#660](https://github.com/TimelyDataflow/differential-dataflow/pull/660))
16+
- Exchange columns more efficiently ([#656](https://github.com/TimelyDataflow/differential-dataflow/pull/656))
17+
- fix broken example link ([#654](https://github.com/TimelyDataflow/differential-dataflow/pull/654))
18+
1019
## [0.18.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.17.0...differential-dataflow-v0.18.0) - 2025-10-23
1120

1221
### 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.18.0"
4+
version = "0.19.0"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

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

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.18.0"
3+
version = "0.19.0"
44
authors = ["Frank McSherry <fmcsherry@me.com>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)