From 4d487e1c9cc20520b64fa0ed18ed3e36bee242ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 00:48:43 +0200 Subject: [PATCH] chore(main): release 1.1.0 (#61) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 37fcefa..5fdd883 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..43f9c97 --- /dev/null +++ b/CHANGELOG.md @@ -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)) diff --git a/pyproject.toml b/pyproject.toml index b7f7bb6..e4a7651 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"