Skip to content

Commit e54e715

Browse files
chore: release (#540)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db1e8b1 commit e54e715

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.13.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.1...differential-dataflow-v0.13.2) - 2024-12-18
11+
12+
### Other
13+
14+
- Update to track timely changes ([#554](https://github.com/TimelyDataflow/differential-dataflow/pull/554))
15+
- Consolidation consolidation ([#552](https://github.com/TimelyDataflow/differential-dataflow/pull/552))
16+
- Pass description itself to builder ([#551](https://github.com/TimelyDataflow/differential-dataflow/pull/551))
17+
- Simplify ContainerChunker::push_into ([#549](https://github.com/TimelyDataflow/differential-dataflow/pull/549))
18+
- Remove time from MergeBatcher ([#550](https://github.com/TimelyDataflow/differential-dataflow/pull/550))
19+
- Changes to track timely master ([#542](https://github.com/TimelyDataflow/differential-dataflow/pull/542))
20+
- Remove (key, val) structure from merge batchers ([#548](https://github.com/TimelyDataflow/differential-dataflow/pull/548))
21+
- Merge batcher for flat container without key and value ([#547](https://github.com/TimelyDataflow/differential-dataflow/pull/547))
22+
- Move `Batcher::seal` to `Builder` ([#546](https://github.com/TimelyDataflow/differential-dataflow/pull/546))
23+
- Extract `Builder` from `Trace` ([#545](https://github.com/TimelyDataflow/differential-dataflow/pull/545))
24+
- Remove batcher from Trace ([#544](https://github.com/TimelyDataflow/differential-dataflow/pull/544))
25+
- Build against timely master ([#539](https://github.com/TimelyDataflow/differential-dataflow/pull/539))
26+
1027
## [0.13.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.0...differential-dataflow-v0.13.1) - 2024-11-11
1128

1229
### Other

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.13.1"
4+
version = "0.13.2"
55
authors = ["Frank McSherry <[email protected]>"]
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.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.1...differential-dogs3-v0.1.2) - 2024-12-18
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.1.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.0...differential-dogs3-v0.1.1) - 2024-11-11
1117

1218
### Other

dogsdogsdogs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "differential-dogs3"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
authors = ["Frank McSherry <[email protected]>"]
55
license = "MIT"
66
edition = "2021"
77
description = "Advanced join patterns in differential dataflow"
88

99
[dependencies]
1010
timely = { workspace = true }
11-
differential-dataflow = { path = "../", default-features = false, version = "0.13.1" }
11+
differential-dataflow = { path = "../", default-features = false, version = "0.13.2" }
1212
serde = { version = "1.0", features = ["derive"]}
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)