Skip to content

Commit

Permalink
Prep for v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Dec 5, 2023
1 parent 92fb9ae commit 7c1cce7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

0.0.3
-----

* Deprecate the `friendly_errors` flag in favour of a new `fatal` flag on methods
* Catch use of `int` pin numbers from unported code and raise a friendly error

0.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion gpiodevice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

from . import errors, platform

__version__ = "0.0.2"
__version__ = "0.0.3"


CHIP_GLOB = "/dev/gpiochip*"
Expand Down

0 comments on commit 7c1cce7

Please sign in to comment.