From 7a5bfb1a5f6546d71103b7e411de9fd98aeedc4f Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Fri, 29 Sep 2023 12:05:54 -0400 Subject: [PATCH] chore: changelog v0.7.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0de895..0066e66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.7.4](https://github.com/tlambert03/nd2/tree/v0.7.4) (2023-09-29) + +[Full Changelog](https://github.com/tlambert03/nd2/compare/v0.7.3...v0.7.4) + +**Implemented enhancements:** + +- refactor: make binarylayer a dataclass [\#178](https://github.com/tlambert03/nd2/pull/178) ([tlambert03](https://github.com/tlambert03)) + ## [v0.7.3](https://github.com/tlambert03/nd2/tree/v0.7.3) (2023-09-28) [Full Changelog](https://github.com/tlambert03/nd2/compare/v0.7.2...v0.7.3)