Skip to content

Commit

Permalink
chore(master): release 0.3.0 (#52)
Browse files Browse the repository at this point in the history
##
[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>
  • Loading branch information
release-please[bot] authored Aug 25, 2024
1 parent 5ae941d commit f0ac69f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/feeph/libemc2101-python/compare/v0.2.2...v0.3.0) (2024-08-25)


### Features

* cleanup interface and leverage inheritance ([#51](https://github.com/feeph/libemc2101-python/issues/51)) ([5ae941d](https://github.com/feeph/libemc2101-python/commit/5ae941dd14dcdba4bfffdb8b22c7c926f16aa97f))

## [0.2.2](https://github.com/feeph/libemc2101-python/compare/v0.2.1...v0.2.2) (2024-08-14)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

0 comments on commit f0ac69f

Please sign in to comment.