Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#27)
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 661f64b commit 9fde015
Show file tree
Hide file tree
Showing 3 changed files with 14 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.1"
".": "1.0.2"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.0.2](https://github.com/loiccoyle/phomo/compare/v1.0.1...v1.0.2) (2024-07-05)


### Bug Fixes

* **palette:** better docstring ([c0770f7](https://github.com/loiccoyle/phomo/commit/c0770f774fd1883d1ef1f46d617c30884680ea7a))


### Documentation

* fix typo ([8e43787](https://github.com/loiccoyle/phomo/commit/8e43787541bd29e23ae53bf28275be1bb412b2d9))

## [1.0.1](https://github.com/loiccoyle/phomo/compare/v1.0.0...v1.0.1) (2024-07-04)


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

0 comments on commit 9fde015

Please sign in to comment.