Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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