diff --git a/CHANGELOG.md b/CHANGELOG.md index d98b346..4ad545d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.7.2](https://github.com/tlambert03/nd2/tree/v0.7.2) (2023-08-31) + +[Full Changelog](https://github.com/tlambert03/nd2/compare/v0.7.1...v0.7.2) + +**Implemented enhancements:** + +- fix: fix Z series values in events\(\) output, and add individual axis indices [\#167](https://github.com/tlambert03/nd2/pull/167) ([tlambert03](https://github.com/tlambert03)) + +**Merged pull requests:** + +- ci\(pre-commit.ci\): autoupdate [\#165](https://github.com/tlambert03/nd2/pull/165) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) + ## [v0.7.1](https://github.com/tlambert03/nd2/tree/v0.7.1) (2023-07-15) [Full Changelog](https://github.com/tlambert03/nd2/compare/v0.7.0...v0.7.1) diff --git a/pyproject.toml b/pyproject.toml index 6338244..2c21a7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ docs = ["mkdocs", "mkdocs-material", "mkdocstrings-python"] homepage = "https://github.com/tlambert03/nd2" repository = "https://github.com/tlambert03/nd2" changelog = "https://github.com/tlambert03/nd2/blob/main/CHANGELOG.md" +documentation = "https://tlambert03.github.io/nd2/" # https://hatch.pypa.io/latest/config/metadata/ [tool.hatch.version]