diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 53b7bc9..c3f1463 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.2" + ".": "1.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d504ce..e1d34c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/loiccoyle/phomo/compare/v1.1.2...v1.2.0) (2025-01-21) + + +### Features + +* **cli:** expose the greedy assignment algorithm in the CLI ([975ef28](https://github.com/loiccoyle/phomo/commit/975ef28ed38d0d28af4810c0aba4e5b11a3db151)), closes [#35](https://github.com/loiccoyle/phomo/issues/35) + + +### Documentation + +* add `--greedy` flag ([1b02228](https://github.com/loiccoyle/phomo/commit/1b02228a849a9b030553fc1f07d8f8ae9f8d0cb3)) +* don't generate init page ([2e8ed3c](https://github.com/loiccoyle/phomo/commit/2e8ed3c02099be5ae5238ccb28144909873e4392)) + ## [1.1.2](https://github.com/loiccoyle/phomo/compare/v1.1.1...v1.1.2) (2025-01-18) diff --git a/pyproject.toml b/pyproject.toml index 57f2f3a..24895ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phomo" -version = "1.1.2" +version = "1.2.0" description = "Python package and CLI utility to create photo mosaics." authors = ["Loic Coyle "] license = "MIT"