From 0d0fe92b6e598c30d30c7d949642e0f04df0244e Mon Sep 17 00:00:00 2001 From: Tsuyoshi Hombashi Date: Sun, 28 Apr 2024 01:18:23 +0900 Subject: [PATCH] Update CHANGELOG.md for v0.1.6 release Signed-off-by: Tsuyoshi Hombashi --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec50081..daae21d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ + +# [v0.1.6](https://github.com/thombashi/tcolorpy/releases/tag/v0.1.6) - 27 Apr 2024 + +* Fix the package release + +**Full Changelog**: https://github.com/thombashi/tcolorpy/compare/v0.1.5...v0.1.6 + +[Changes][v0.1.6] + + + +# [v0.1.5](https://github.com/thombashi/tcolorpy/releases/tag/v0.1.5) - 27 Apr 2024 + +## What's Changed +* Bump actions/setup-python from 4 to 5 in the actions-dependencies group by [@dependabot](https://github.com/dependabot) in https://github.com/thombashi/tcolorpy/pull/4 +* Update CI by [@thombashi](https://github.com/thombashi) in https://github.com/thombashi/tcolorpy/pull/5 +* Add `__all__` to `__init__.py` +* Add support for Python 3.12 +* Add CHANGELOG.md +* Modify to use `setuptools_scm` for package build + +## New Contributors +* [@dependabot](https://github.com/dependabot) made their first contribution in https://github.com/thombashi/tcolorpy/pull/4 + +**Full Changelog**: https://github.com/thombashi/tcolorpy/compare/v0.1.4...v0.1.5 + +[Changes][v0.1.5] + + # [v0.1.4](https://github.com/thombashi/tcolorpy/releases/tag/v0.1.4) - 16 Sep 2023 @@ -48,6 +77,8 @@ [Changes][v0.1.0] +[v0.1.6]: https://github.com/thombashi/tcolorpy/compare/v0.1.5...v0.1.6 +[v0.1.5]: https://github.com/thombashi/tcolorpy/compare/v0.1.4...v0.1.5 [v0.1.4]: https://github.com/thombashi/tcolorpy/compare/v0.1.3...v0.1.4 [v0.1.3]: https://github.com/thombashi/tcolorpy/compare/v0.1.2...v0.1.3 [v0.1.2]: https://github.com/thombashi/tcolorpy/compare/v0.1.0...v0.1.2