Skip to content

Commit 16ea800

Browse files
chore: release (#555)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 17a053b commit 16ea800

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

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.13.3](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.2...differential-dataflow-v0.13.3) - 2025-01-09
11+
12+
### Other
13+
14+
- Incorporate breaking changes from Timely's logging update ([#558](https://github.com/TimelyDataflow/differential-dataflow/pull/558))
15+
- Derive columnar for log events ([#557](https://github.com/TimelyDataflow/differential-dataflow/pull/557))
16+
- Correct capacity logic
17+
- Demonstrate container input batching ([#556](https://github.com/TimelyDataflow/differential-dataflow/pull/556))
18+
- Work towards `Batcher` unification ([#553](https://github.com/TimelyDataflow/differential-dataflow/pull/553))
19+
1020
## [0.13.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.1...differential-dataflow-v0.13.2) - 2024-12-18
1121

1222
### 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.2"
4+
version = "0.13.3"
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.3](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.2...differential-dogs3-v0.1.3) - 2025-01-09
11+
12+
### Other
13+
14+
- update Cargo.toml dependencies
15+
1016
## [0.1.2](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.1...differential-dogs3-v0.1.2) - 2024-12-18
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.2"
3+
version = "0.1.3"
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.2" }
11+
differential-dataflow = { path = "../", default-features = false, version = "0.13.3" }
1212
serde = { version = "1.0", features = ["derive"]}
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)