Skip to content

Commit aa31fed

Browse files
authored
chore(master): release 0.2.1 (#24)
## [0.2.1](v0.2.0...v0.2.1) (2024-07-20) ### Bug Fixes * fix 'configure_pin_six_as_alert()' and provide unit tests ([#23](#23)) ([be53285](be53285)) --- 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 be53285 commit aa31fed

3 files changed

Lines changed: 9 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.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/feeph/libemc2101-python/compare/v0.2.0...v0.2.1) (2024-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* fix 'configure_pin_six_as_alert()' and provide unit tests ([#23](https://github.com/feeph/libemc2101-python/issues/23)) ([be53285](https://github.com/feeph/libemc2101-python/commit/be53285a715c94cc52cb367c1ada127fb716465f))
9+
310
## [0.2.0](https://github.com/feeph/libemc2101-python/compare/v0.1.3...v0.2.0) (2024-07-20)
411

512

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.2.0"
14+
version = "0.2.1"
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)