Skip to content

Commit 94c7dea

Browse files
chore(main): release 1.2.0 (#36)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2e8ed3c commit 94c7dea

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.2"
2+
".": "1.2.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.2.0](https://github.com/loiccoyle/phomo/compare/v1.1.2...v1.2.0) (2025-01-21)
4+
5+
6+
### Features
7+
8+
* **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)
9+
10+
11+
### Documentation
12+
13+
* add `--greedy` flag ([1b02228](https://github.com/loiccoyle/phomo/commit/1b02228a849a9b030553fc1f07d8f8ae9f8d0cb3))
14+
* don't generate init page ([2e8ed3c](https://github.com/loiccoyle/phomo/commit/2e8ed3c02099be5ae5238ccb28144909873e4392))
15+
316
## [1.1.2](https://github.com/loiccoyle/phomo/compare/v1.1.1...v1.1.2) (2025-01-18)
417

518

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "phomo"
3-
version = "1.1.2"
3+
version = "1.2.0"
44
description = "Python package and CLI utility to create photo mosaics."
55
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
66
license = "MIT"

0 commit comments

Comments
 (0)