Skip to content

Commit 4d487e1

Browse files
chore(main): release 1.1.0 (#61)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 354aa6d commit 4d487e1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.0"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/loiccoyle/tinyticker/compare/v1.0.0...v1.1.0) (2024-07-02)
4+
5+
6+
### Features
7+
8+
* **web:** add changelog link ([354aa6d](https://github.com/loiccoyle/tinyticker/commit/354aa6dacf60175b9969cb5b94530f38ee5f4c66))
9+
10+
11+
### Bug Fixes
12+
13+
* **layouts.big_price:** slightly increase padding between logo & text ([1e213bf](https://github.com/loiccoyle/tinyticker/commit/1e213bf25b9711292834f080a46315fe4c078216))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tinyticker"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "A tiny Raspberry Pi powered ePaper ticker."
55
authors = ["Loic Coyle <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)