Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 25, 2022
1 parent a771b9c commit 765898c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

<!--next-version-placeholder-->

## v0.2.0 (2022-11-25)
### Feature
* **example:** Add Little Wire button on PIN4 ([`e82e076`](https://github.com/tiacsys/verylittlewire/commit/e82e076d6a102b6a7b27cf1e0964b356ac5b0b79))
* **example:** Add Little Wire LED loop back blink ([`f408063`](https://github.com/tiacsys/verylittlewire/commit/f40806379dc528742d00aea8d0019fe882eadaab))
* **example:** Add Little Wire LED blink on PIN1 ([`3be20af`](https://github.com/tiacsys/verylittlewire/commit/3be20af30ea8bbc3f8cc300afec5dd2b6f6845bb))
* Add Little Wire internal pull-up setup ([`5f88f23`](https://github.com/tiacsys/verylittlewire/commit/5f88f23bfc2d5c6fcd4589d7583c303fdfa3517b))
* Add Little Wire GPIO digital read in ([`9233608`](https://github.com/tiacsys/verylittlewire/commit/92336085d8d4baa3deb610ffdd8e8a26c02fd49e))
* Add Little Wire GPIO digital write out ([`11e7d03`](https://github.com/tiacsys/verylittlewire/commit/11e7d0360246ecb38035c18e6236c37b73837290))
* Add Little Wire GPIO pin mode setup ([`d47a8f0`](https://github.com/tiacsys/verylittlewire/commit/d47a8f0b0e0247fc43cfdd0fa0e7267918e389de))

## v0.1.0 (2022-11-25)
### Feature
* **example:** Add Little Wire serial number ([`3fac1f4`](https://github.com/tiacsys/verylittlewire/commit/3fac1f470299a1966acf2ff00024b22c9dee7c74))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "verylittlewire"
version = "0.1.0"
version = "0.2.0"
description = "The Little Wire Python library provides an interface to the Little Wire USB Multi-Tool developed by Ihsan Kehribar."
authors = ["Stephan Linz <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/verylittlewire/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Top-level package for verylittlewire."""

__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit 765898c

Please sign in to comment.