diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 8d7e5f1..b870c5e 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.1" + ".": "1.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 42c16d6..28c10eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.0.2](https://github.com/loiccoyle/phomo/compare/v1.0.1...v1.0.2) (2024-07-05) + + +### Bug Fixes + +* **palette:** better docstring ([c0770f7](https://github.com/loiccoyle/phomo/commit/c0770f774fd1883d1ef1f46d617c30884680ea7a)) + + +### Documentation + +* fix typo ([8e43787](https://github.com/loiccoyle/phomo/commit/8e43787541bd29e23ae53bf28275be1bb412b2d9)) + ## [1.0.1](https://github.com/loiccoyle/phomo/compare/v1.0.0...v1.0.1) (2024-07-04) diff --git a/pyproject.toml b/pyproject.toml index fca71ba..f032781 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phomo" -version = "1.0.1" +version = "1.0.2" description = "Python package and CLI utility to create photo mosaics." authors = ["Loic Coyle "] license = "MIT"