Skip to content

Commit c544626

Browse files
committed
Format CHANGELOG to match scripts from plusdeck
1 parent d4fd28d commit c544626

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
## 2025/04/08 Version 5.0.0-1
1+
2025/04/08 Version 5.0.0-1
2+
--------------------------
23
- API Changes:
34
- **NEW:** `Receiver` class
45
- A subclass of `asyncio.Queue`
@@ -55,7 +56,8 @@
5556
- Leverage a config file at `./tests/fixtures/crystalfontz.yaml`
5657
- Can be overridden with `CRYSTALFONTZ_CONFIG_FILE` environment variable
5758

58-
## 2025/01/12 Version 4.0.0
59+
2025/01/12 Version 4.0.0
60+
--------------------------
5961
- Fedora package on COPR: <https://copr.fedorainfracloud.org/coprs/jfhbrook/joshiverse/package/python-crystalfontz/>
6062
- Client API Changes:
6163
- Rename `client.load_device` to `client.detect_device`
@@ -76,12 +78,12 @@
7678
- Export `Config` class used by CLI
7779
- Add `get`, `set` and `unset` methods to `Config` class
7880

79-
## 2025/01/09 Version 3.0.1
80-
81+
2025/01/09 Version 3.0.1
82+
------------------------
8183
- Remove development dependencies from extras
8284

83-
## 2025/01/08 Version 3.0.0
84-
85+
2025/01/08 Version 3.0.0
86+
------------------------
8587
- API changes:
8688
- Renamed `client` contextmanager to `connection`
8789
- Renamed `TemperatureReport`'s `idx` attribute to `index`
@@ -97,8 +99,8 @@
9799
- Improved help text
98100
- Docstrings, plus documentation hosted at <https://crystalfontz.readthedocs.io/>
99101

100-
## 2025/01/06 Version 2.0.0
101-
102+
2025/01/06 Version 2.0.0
103+
------------------------
102104
- API changes:
103105
- Expose `pause` argument for marquee effect in client and CLI
104106
- Rename `client.poke` and `Poked` to `client.read_lcd_memory` and `LcdMemory` respectively
@@ -140,6 +142,6 @@
140142
- Add PyPI classifiers
141143
- Updated documentation in README.md
142144

143-
## 2025/01/04 Version 1.0.0
144-
145+
2025/01/04 Version 1.0.0
146+
------------------------
145147
- First version of `crystalfontz`

0 commit comments

Comments
 (0)