Skip to content

Commit 2a4b585

Browse files
chore: release (#608)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 958f5ce commit 2a4b585

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-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.15.2" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.15.3" }
2020
timely = { version = "0.21", default-features = false }
2121
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2222

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.15.3](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.2...differential-dataflow-v0.15.3) - 2025-06-24
11+
12+
### Other
13+
14+
- Update columnar to 0.6 ([#611](https://github.com/TimelyDataflow/differential-dataflow/pull/611))
15+
- Remove use of borrow_as from trace wrappers ([#609](https://github.com/TimelyDataflow/differential-dataflow/pull/609))
16+
- Modernize many where constraints ([#610](https://github.com/TimelyDataflow/differential-dataflow/pull/610))
17+
- Added example commands to examples/multitemporal.rs ([#607](https://github.com/TimelyDataflow/differential-dataflow/pull/607))
18+
1019
## [0.15.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.15.1...differential-dataflow-v0.15.2) - 2025-05-19
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.15.2"
4+
version = "0.15.3"
55
authors = ["Frank McSherry <fmcsherry@me.com>"]
66

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

dogsdogsdogs/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.14](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.13...differential-dogs3-v0.1.14) - 2025-06-24
11+
12+
### Other
13+
14+
- Modernize many where constraints ([#610](https://github.com/TimelyDataflow/differential-dataflow/pull/610))
15+
1016
## [0.1.13](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.12...differential-dogs3-v0.1.13) - 2025-05-19
1117

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

0 commit comments

Comments
 (0)