From aeacd3938508447214e169839fa363dc38768085 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 21:03:24 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#28) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b870c5e..5fdd883 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c10eb..576a939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/loiccoyle/phomo/compare/v1.0.2...v1.1.0) (2024-07-05) + + +### Features + +* **palette:** add more plots ([ce7b124](https://github.com/loiccoyle/phomo/commit/ce7b124ce32de45f27273b4d52f8cc28bb7ffcd2)) + ## [1.0.2](https://github.com/loiccoyle/phomo/compare/v1.0.1...v1.0.2) (2024-07-05) diff --git a/pyproject.toml b/pyproject.toml index f032781..babd757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phomo" -version = "1.0.2" +version = "1.1.0" description = "Python package and CLI utility to create photo mosaics." authors = ["Loic Coyle "] license = "MIT"