Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#61)
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 2, 2024
1 parent 354aa6d commit 4d487e1
Show file tree
Hide file tree
Showing 3 changed files with 15 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.0"
".": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### Features

* **web:** add changelog link ([354aa6d](https://github.com/loiccoyle/tinyticker/commit/354aa6dacf60175b9969cb5b94530f38ee5f4c66))


### Bug Fixes

* **layouts.big_price:** slightly increase padding between logo & text ([1e213bf](https://github.com/loiccoyle/tinyticker/commit/1e213bf25b9711292834f080a46315fe4c078216))
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.0.0"
version = "1.1.0"
description = "A tiny Raspberry Pi powered ePaper ticker."
authors = ["Loic Coyle <loic.coyle@hotmail.fr>"]
license = "MIT"
Expand Down

0 comments on commit 4d487e1

Please sign in to comment.