Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#33)
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 18, 2025
1 parent e578168 commit be0380a
Show file tree
Hide file tree
Showing 3 changed files with 19 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.1"
".": "1.1.2"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [1.1.2](https://github.com/loiccoyle/phomo/compare/v1.1.1...v1.1.2) (2025-01-18)


### Bug Fixes

* **deps:** update deps to close dependabot security alerts ([8b06dc6](https://github.com/loiccoyle/phomo/commit/8b06dc6537e8a3a174805e319c0190d76667ca5b))
* docstring ([5b806a7](https://github.com/loiccoyle/phomo/commit/5b806a7a3968dfb4da3c59379b82c69034c9d991))


### Documentation

* add a link to the rust/wasm version ([dcc3a38](https://github.com/loiccoyle/phomo/commit/dcc3a38d5c09eaf3c2511988e9f87a90a5ee9a57))
* add CNAME ([c88e452](https://github.com/loiccoyle/phomo/commit/c88e4525cad37dee02dde603dce2de682668da64))
* deploy to phomo/ folder ([c17c7a0](https://github.com/loiccoyle/phomo/commit/c17c7a060ad20030f0ffeea9555cb953656b6bab))
* new site url ([3aaf3c0](https://github.com/loiccoyle/phomo/commit/3aaf3c0a8f979291f44170482a059f403f6652d7))
* **readme:** update docs link ([c14fb89](https://github.com/loiccoyle/phomo/commit/c14fb89286b36d1d5a49afd8ebfd492425cd37d1))

## [1.1.1](https://github.com/loiccoyle/phomo/compare/v1.1.0...v1.1.1) (2024-08-03)


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

0 comments on commit be0380a

Please sign in to comment.