diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa40389c..2db8a938d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.17.1](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.17.0...timely-v0.17.1) - 2025-01-24 + +### Other + +- Derive ord/eq traits for Product's columnar variant ([#630](https://github.com/TimelyDataflow/timely-dataflow/pull/630)) + ## [0.17.0](https://github.com/TimelyDataflow/timely-dataflow/compare/timely-v0.16.1...timely-v0.17.0) - 2025-01-23 ### Other diff --git a/timely/Cargo.toml b/timely/Cargo.toml index 769fc60af..32ddf38b2 100644 --- a/timely/Cargo.toml +++ b/timely/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "timely" -version = "0.17.0" +version = "0.17.1" authors = ["Frank McSherry "] readme = "../README.md" edition.workspace = true