Skip to content

Commit

Permalink
chore(differential-dogs3): release v0.1.0 (#537)
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 Nov 11, 2024
1 parent 35f5180 commit 03b6ba4
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.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.0...differential-dataflow-v0.13.1) - 2024-11-11

### Other

- Changes to track timely's [#597](https://github.com/TimelyDataflow/differential-dataflow/pull/597) ([#538](https://github.com/TimelyDataflow/differential-dataflow/pull/538))

## [0.13.0](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.12.0...differential-dataflow-v0.13.0) - 2024-10-29

Changelog bankruptcy declared.
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.0"
version = "0.13.1"
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.1](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.0...differential-dogs3-v0.1.1) - 2024-11-11

### Other

- Changes to track timely's [#597](https://github.com/TimelyDataflow/differential-dataflow/pull/597) ([#538](https://github.com/TimelyDataflow/differential-dataflow/pull/538))

## [0.1.0](https://github.com/TimelyDataflow/differential-dataflow/releases/tag/differential-dogs3-v0.1.0) - 2024-10-29

Changelog bankruptcy declared.
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.0"
version = "0.1.1"
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.0" }
differential-dataflow = { path = "../", default-features = false, version = "0.13.1" }
serde = { version = "1.0", features = ["derive"]}

[dev-dependencies]
Expand Down

0 comments on commit 03b6ba4

Please sign in to comment.