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.1"
".": "0.2.2"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### Bug Fixes

* fix error handling conditions for pin 6 configuration ([f525e67](https://github.com/feeph/libemc2101-python/commit/f525e67f9a301c6134490bfd932112823ea1e290))
* fix issues identified by newly added unit tests ([95b8e98](https://github.com/feeph/libemc2101-python/commit/95b8e989b3b954e6fecb2af87b40d8b48b744fcd))
* fix typo in variable name ([6501778](https://github.com/feeph/libemc2101-python/commit/65017781d5b57193b0b1b15499211e2ba1c45796))
* improve code quality and fix identified bugs ([c713556](https://github.com/feeph/libemc2101-python/commit/c7135563b689a734e82f06f54ce7adba56e3fb7a))
* improve code quality and fix identified bugs ([#47](https://github.com/feeph/libemc2101-python/issues/47)) ([c713556](https://github.com/feeph/libemc2101-python/commit/c7135563b689a734e82f06f54ce7adba56e3fb7a))

## [0.2.1](https://github.com/feeph/libemc2101-python/compare/v0.2.0...v0.2.1) (2024-07-20)


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.1"
version = "0.2.2"
description = "library for I²C-based EMC2101 PWM fan controller"
authors = [
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},
Expand Down