diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7caf555..0262db7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 505c83b..17e3a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.2.0](https://github.com/feeph/libemc2101-python/compare/v0.1.3...v0.2.0) (2024-07-20) + + +### Features + +* convert to namespace package 'feeph.emc2101' ([8ad809b](https://github.com/feeph/libemc2101-python/commit/8ad809b28943108bdecfa68da4bfa3cfbe634ab2)) +* use combined reads and writes ([ea36005](https://github.com/feeph/libemc2101-python/commit/ea36005f92f0d1ed026deb8c55a17ee1450760fe)) + + +### Bug Fixes + +* export symbol 'ExternalSensorStatus' ([b21030f](https://github.com/feeph/libemc2101-python/commit/b21030f6f6d7749c9681c915aa6e2a04ef394fd4)) + + +### Documentation + +* update PyPI classifiers ([e0e02ba](https://github.com/feeph/libemc2101-python/commit/e0e02ba6287062d62226fb9a581835559764084b)) +* updated the ToDo list ([c079476](https://github.com/feeph/libemc2101-python/commit/c079476f7d0a29a6224e347c5e170625c0dd33e8)) + ## [0.1.3](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.2...v0.1.3) (2024-06-26) diff --git a/pyproject.toml b/pyproject.toml index 16d9cd8..9aae413 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ [project] name = "feeph.emc2101" -version = "0.1.3" +version = "0.2.0" description = "library for EMC2101 fan control chip" authors = [ {name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},