Skip to content

Commit 63f39ce

Browse files
chore: release
1 parent 9bd35f3 commit 63f39ce

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-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.13.6" }
19+
differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.13.7" }
2020
timely = { version = "0.18", default-features = false }
2121
#timely = { path = "../timely-dataflow/timely/", default-features = false }
2222

differential-dataflow/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.13.7](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dataflow-v0.13.6...differential-dataflow-v0.13.7) - 2025-02-28
11+
12+
### Other
13+
14+
- Move differential crate from . to directory ([#575](https://github.com/TimelyDataflow/differential-dataflow/pull/575))

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.13.6"
4+
version = "0.13.7"
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.7](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.6...differential-dogs3-v0.1.7) - 2025-02-28
11+
12+
### Other
13+
14+
- Move differential crate from . to directory ([#575](https://github.com/TimelyDataflow/differential-dataflow/pull/575))
15+
1016
## [0.1.6](https://github.com/TimelyDataflow/differential-dataflow/compare/differential-dogs3-v0.1.5...differential-dogs3-v0.1.6) - 2025-02-12
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.6"
3+
version = "0.1.7"
44
authors = ["Frank McSherry <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

0 commit comments

Comments
 (0)