diff --git a/CHANGELOG.md b/CHANGELOG.md index 2963394..2413760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ For the original changelog, please refer to the [OLD_CHANGELOG.md](OLD_CHANGELOG This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.10.0](https://github.com/seapagan/lice2/releases/tag/0.10.0) (August 26, 2024) + +**Bug Fixes** + +- Fix extra spaces and CR in output ([#14](https://github.com/seapagan/lice2/pull/14)) by [seapagan](https://github.com/seapagan) + +[`Full Changelog`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0) | [`Diff`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0.diff) | [`Patch`](https://github.com/seapagan/lice2/compare/0.9.0...0.10.0.patch) + ## [0.9.0](https://github.com/seapagan/lice2/releases/tag/0.9.0) (August 24, 2024) **New Features** diff --git a/pyproject.toml b/pyproject.toml index 4ce2c6d..4cbc6d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lice2" -version = "0.9.0" +version = "0.10.0" description = "Generate license files for your projects" authors = ["Grant Ramsay "] license = "BSD" @@ -9,6 +9,7 @@ readme = "README.md" packages = [{ include = "lice2", from = "." }] repository = "https://github.com/seapagan/lice2" +homepage = "https://seapagan.github.io/lice2/" classifiers = [ "Development Status :: 4 - Beta",