We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecee406 commit 198423bCopy full SHA for 198423b
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.0.0
2
+-----
3
+
4
+* Port to gpiod/gpiodevice for Pi 5
5
+* Use dummy LEDs for Pi 5
6
7
0.0.1
8
-----
9
inventorhatmini/__init__.py
@@ -16,7 +16,7 @@
16
from inventorhatmini.errors import NO_I2C, NO_IOE_MSG
17
from inventorhatmini.plasma import DummyPlasma, Plasma
18
19
-__version__ = '0.0.1'
+__version__ = '1.0.0'
20
21
22
# Index Constants
0 commit comments