Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#62)
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 Jul 5, 2024
1 parent 35566e7 commit 21146a2
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.1.0"
".": "1.1.1"
}
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.1](https://github.com/loiccoyle/tinyticker/compare/v1.1.0...v1.1.1) (2024-07-05)


### Bug Fixes

* **layouts:** clear `fast_info` cache before getting `previous_close` ([35566e7](https://github.com/loiccoyle/tinyticker/commit/35566e7c9e859ee562cf6830f6571878cccec63e))

## [1.1.0](https://github.com/loiccoyle/tinyticker/compare/v1.0.0...v1.1.0) (2024-07-02)


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.0"
version = "1.1.1"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
license = "MIT"
Expand Down

0 comments on commit 21146a2

Please sign in to comment.