Skip to content

Commit f0ac69f

Browse files
chore(master): release 0.3.0 (#52)
## [0.3.0](v0.2.2...v0.3.0) (2024-08-25) ### Features * cleanup interface and leverage inheritance ([#51](#51)) ([5ae941d](5ae941d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 5ae941d commit f0ac69f

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.2"
2+
".": "0.3.0"
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.3.0](https://github.com/feeph/libemc2101-python/compare/v0.2.2...v0.3.0) (2024-08-25)
4+
5+
6+
### Features
7+
8+
* cleanup interface and leverage inheritance ([#51](https://github.com/feeph/libemc2101-python/issues/51)) ([5ae941d](https://github.com/feeph/libemc2101-python/commit/5ae941dd14dcdba4bfffdb8b22c7c926f16aa97f))
9+
310
## [0.2.2](https://github.com/feeph/libemc2101-python/compare/v0.2.1...v0.2.2) (2024-08-14)
411

512

pyproject.toml

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

2020
[project]
2121
name = "feeph.emc2101"
22-
version = "0.2.2"
22+
version = "0.3.0"
2323
description = "library for I²C-based EMC2101 PWM fan controller"
2424
authors = [
2525
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)