diff --git a/CHANGELOG.md b/CHANGELOG.md index 69e62b7..1273add 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.9] - 2024-08-01 + ### Fixed * `forms.csv` reference to `formparts.csv` @@ -83,7 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/fmatter/cldf-ldd/compare/v0.0.8...HEAD +[Unreleased]: https://github.com/fmatter/cldf-ldd/compare/v0.0.9...HEAD +[0.0.9]: https://github.com/fmatter/cldf-ldd/compare/v0.0.8...v0.0.9 [0.0.8]: https://github.com/fmatter/cldf-ldd/compare/v0.0.7...v0.0.8 [0.0.7]: https://github.com/fmatter/cldf-ldd/compare/v0.0.6...v0.0.7 [0.0.6]: https://github.com/fmatter/cldf-ldd/compare/v0.0.5...v0.0.6 diff --git a/pyproject.toml b/pyproject.toml index c2e808d..4c78f82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cldf-ldd" -version = "0.0.9.dev" +version = "0.0.9" license = "MIT" homepage = "https://fl.mt/cldf-ldd" repository = "https://github.com/fmatter/cldf-ldd"