Skip to content

Commit

Permalink
chore(master): release 0.1.3 (#18)
Browse files Browse the repository at this point in the history
##
[0.1.3](v0.1.2...v0.1.3)
(2024-06-26)


### Bug Fixes

* add missing base class 'Enum'
([#14](#14))
([a6d1397](a6d1397))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
feeph authored Jun 26, 2024
1 parent 70b4af7 commit 7037e56
Show file tree
Hide file tree
Showing 3 changed files with 13 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.1.2"
".": "0.1.3"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.1.3](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.2...v0.1.3) (2024-06-26)


### Bug Fixes

* add missing base class 'Enum' ([#14](https://github.com/feeph/libi2c-emc2101-python/issues/14)) ([a6d1397](https://github.com/feeph/libi2c-emc2101-python/commit/a6d13976ea607c524c953848bd34ce96157147c3))

### IDE Integration

* provide a devcontainer configuration ([#16](https://github.com/feeph/libi2c-emc2101-python/pull/16)) ([70b4af7c](https://github.com/feeph/libi2c-emc2101-python/commit/70b4af7c70b86b4c38499b3961711c3863f870a7))

## [0.1.2](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.1...v0.1.2) (2024-06-21)


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

[project]
name = "libi2c-emc2101-python"
version = "0.1.2"
version = "0.1.3"
description = "library for EMC2101 fan control chip"
authors = [
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},
Expand Down

0 comments on commit 7037e56

Please sign in to comment.