Skip to content

Commit 7ad96db

Browse files
authored
chore(master): release 0.1.0 (#7)
* chore(master): release 0.1.0
1 parent a5f4b0a commit 7ad96db

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Changelog
2+
3+
## 0.1.0 (2024-06-11)
4+
5+
6+
### Features
7+
8+
* add ToDo list to repo ([a5f4b0a](https://github.com/feeph/libi2c-emc2101-python/commit/a5f4b0a65a53cc667bb808d58d3c0b940219de9c))
9+
* commit initial version of i2c.emc2101 ([059d22e](https://github.com/feeph/libi2c-emc2101-python/commit/059d22e3fe934c7fc2866bb8b34cecffefb444e8))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ in-place = true
2727
# https://python-poetry.org/docs/basic-usage/
2828
[tool.poetry]
2929
name = "feeph-i2c-emc2101"
30-
version = "0.0.0"
30+
version = "0.1.0"
3131
description = "library for EMC2101 fan control chip"
3232
authors = [
3333
"Feeph Aifeimei <55798703+feeph@users.noreply.github.com>",

0 commit comments

Comments
 (0)