Skip to content

Commit

Permalink
chore: release (#563)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 27, 2025
1 parent efd6a1a commit b084ced
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.5](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.4...differential-dataflow-v0.13.5) - 2025-01-24

### Other

- Derive columnar for point stamp ([#562](https://github.com/TimelyDataflow/differential-dataflow/pull/562))

## [0.13.4](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.3...differential-dataflow-v0.13.4) - 2025-01-23

### Other
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "differential-dataflow"
version = "0.13.4"
version = "0.13.5"
authors = ["Frank McSherry <[email protected]>"]

description = "An incremental data-parallel dataflow platform"
Expand Down
6 changes: 6 additions & 0 deletions dogsdogsdogs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.4...differential-dogs3-v0.1.5) - 2025-01-24

### Other

- updated the following local packages: differential-dataflow

## [0.1.4](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.3...differential-dogs3-v0.1.4) - 2025-01-23

### Other
Expand Down
4 changes: 2 additions & 2 deletions dogsdogsdogs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "differential-dogs3"
version = "0.1.4"
version = "0.1.5"
authors = ["Frank McSherry <[email protected]>"]
license = "MIT"
edition = "2021"
description = "Advanced join patterns in differential dataflow"

[dependencies]
timely = { workspace = true }
differential-dataflow = { path = "../", default-features = false, version = "0.13.4" }
differential-dataflow = { path = "../", default-features = false, version = "0.13.5" }
serde = { version = "1.0", features = ["derive"]}

[dev-dependencies]
Expand Down

0 comments on commit b084ced

Please sign in to comment.