Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 21, 2025
1 parent 2e8ed3c commit 94c7dea
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.2"
".": "1.2.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 94c7dea

Please sign in to comment.