Skip to content

Commit

Permalink
chore(main): release 1.1.2 (#64)
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 Sep 21, 2024
1 parent e0ac4bf commit 1f76e46
Show file tree
Hide file tree
Showing 3 changed files with 10 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"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.2](https://github.com/loiccoyle/tinyticker/compare/v1.1.1...v1.1.2) (2024-09-21)


### Bug Fixes

* convert logos to grayscale ([900f674](https://github.com/loiccoyle/tinyticker/commit/900f6740124351e3486b51c6a395b1ba059fea64))
* round floats to ints ([cf99189](https://github.com/loiccoyle/tinyticker/commit/cf9918904f9a87a1f14ace250af2f652c18e0dc6))

## [1.1.1](https://github.com/loiccoyle/tinyticker/compare/v1.1.0...v1.1.1) (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 = "tinyticker"
version = "1.1.1"
version = "1.1.2"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 1f76e46

Please sign in to comment.