Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#28)
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] committed Jul 5, 2024
1 parent 7cda2bf commit aeacd39
Show file tree
Hide file tree
Showing 3 changed files with 9 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.0.2"
".": "1.1.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.0.2"
version = "1.1.0"
description = "Python package and CLI utility to create photo mosaics."
authors = ["Loic Coyle <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit aeacd39

Please sign in to comment.