Skip to content

Commit cc7dbef

Browse files
actions-usergithub-actions
authored andcommitted
0.1.0
Automatically generated by python-semantic-release
1 parent 4e5d881 commit cc7dbef

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.1.0 (2022-11-25)
6+
### Feature
7+
* **example:** Add Little Wire serial number ([`3fac1f4`](https://github.com/tiacsys/verylittlewire/commit/3fac1f470299a1966acf2ff00024b22c9dee7c74))
8+
* Add Little Wire serial number ([`3c1fd45`](https://github.com/tiacsys/verylittlewire/commit/3c1fd45548eea260b005cc6c0f1261a753a2cb1b))
9+
* **example:** Add Little Wire firmware version ([`0da0239`](https://github.com/tiacsys/verylittlewire/commit/0da0239de4377a0dc4d879626a7a2de4fdabafd2))
10+
* Add Little Wire firmware version ([`42b6096`](https://github.com/tiacsys/verylittlewire/commit/42b6096c4aee2e2292921ffed31d5176bbec9ce0))
11+
* Add Little Wire device initialization ([`926d590`](https://github.com/tiacsys/verylittlewire/commit/926d59048f50c039492dd5ed69d9ec6d7fbe950f))
12+
13+
### Documentation
14+
* Add @omerk as a contributor ([`06b0090`](https://github.com/tiacsys/verylittlewire/commit/06b0090a1f45e972d0f702d7fe998c4d66acffb6))
15+
* Add @kehribar as a contributor ([`f9b3a53`](https://github.com/tiacsys/verylittlewire/commit/f9b3a53302d22aa122482bf1d19ca142acd2490d))
16+
* Add @adajoh99 as a contributor ([`9178fb9`](https://github.com/tiacsys/verylittlewire/commit/9178fb9be167e384b52ded16bcd2a68eae277db9))
17+
518
## v0.0.4 (2022-11-25)
619
### Fix
720
* **docs:** Correct link to commitlint on CI ([`7177da2`](https://github.com/tiacsys/verylittlewire/commit/7177da295a3a8c2dd3b81e619fb42b10f8c271e1))

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 = "verylittlewire"
3-
version = "0.0.4"
3+
version = "0.1.0"
44
description = "The Little Wire Python library provides an interface to the Little Wire USB Multi-Tool developed by Ihsan Kehribar."
55
authors = ["Stephan Linz <linz@li-pro.net>"]
66
license = "MIT"

src/verylittlewire/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Top-level package for verylittlewire."""
22

3-
__version__ = "0.0.4"
3+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)