Skip to content

Commit a00b52a

Browse files
authored
chore(master): release 0.2.0 (#20)
## [0.2.0](v0.1.3...v0.2.0) (2024-07-20) ### Features * convert to namespace package 'feeph.emc2101' ([8ad809b](8ad809b)) * use combined reads and writes ([ea36005](ea36005)) ### Bug Fixes * export symbol 'ExternalSensorStatus' ([b21030f](b21030f)) ### Documentation * update PyPI classifiers ([e0e02ba](e0e02ba)) * updated the ToDo list ([c079476](c079476)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent c0d1453 commit a00b52a

3 files changed

Lines changed: 21 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.1.3"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/feeph/libemc2101-python/compare/v0.1.3...v0.2.0) (2024-07-20)
4+
5+
6+
### Features
7+
8+
* convert to namespace package 'feeph.emc2101' ([8ad809b](https://github.com/feeph/libemc2101-python/commit/8ad809b28943108bdecfa68da4bfa3cfbe634ab2))
9+
* use combined reads and writes ([ea36005](https://github.com/feeph/libemc2101-python/commit/ea36005f92f0d1ed026deb8c55a17ee1450760fe))
10+
11+
12+
### Bug Fixes
13+
14+
* export symbol 'ExternalSensorStatus' ([b21030f](https://github.com/feeph/libemc2101-python/commit/b21030f6f6d7749c9681c915aa6e2a04ef394fd4))
15+
16+
17+
### Documentation
18+
19+
* update PyPI classifiers ([e0e02ba](https://github.com/feeph/libemc2101-python/commit/e0e02ba6287062d62226fb9a581835559764084b))
20+
* updated the ToDo list ([c079476](https://github.com/feeph/libemc2101-python/commit/c079476f7d0a29a6224e347c5e170625c0dd33e8))
21+
322
## [0.1.3](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.2...v0.1.3) (2024-06-26)
423

524

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[project]
1313
name = "feeph.emc2101"
14-
version = "0.1.3"
14+
version = "0.2.0"
1515
description = "library for EMC2101 fan control chip"
1616
authors = [
1717
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)