From b1e8eda275f2f7659ae9a48d909a3b8f53264bc2 Mon Sep 17 00:00:00 2001 From: Florian Matter Date: Tue, 7 Nov 2023 21:02:54 -0800 Subject: [PATCH] release v0.0.8 --- CHANGELOG.md | 5 ++++- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67eb270..7686291 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.8] - 2023-11-07 + ### Added * `Language_ID` foreign keys @@ -78,7 +80,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.7...HEAD +[Unreleased]: https://github.com/fmatter/cldf-ldd/compare/v0.0.8...HEAD +[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 [0.0.5]: https://github.com/fmatter/cldf-ldd/compare/v0.0.4...v0.0.5 diff --git a/pyproject.toml b/pyproject.toml index def1435..b3988a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cldf-ldd" -version = "0.0.8.dev" +version = "0.0.8" license = "MIT" homepage = "https://fl.mt/cldf-ldd" repository = "https://github.com/fmatter/cldf-ldd"