Skip to content

Commit 92b0feb

Browse files
authored
chore(master): release 0.1.2 (#13)
## [0.1.2](v0.1.1...v0.1.2) (2024-06-21) ### Bug Fixes * use correct value to determine if lookup table is enabled ([3901d29](3901d29)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 023c9bc commit 92b0feb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.1.1"
2+
".": "0.1.2"
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.1.2](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.1...v0.1.2) (2024-06-21)
4+
5+
6+
### Bug Fixes
7+
8+
* use correct value to determine if lookup table is enabled ([3901d29](https://github.com/feeph/libi2c-emc2101-python/commit/3901d299d69aa22962f057d5aa7b21b07b6590a0))
9+
310
## [0.1.1](https://github.com/feeph/libi2c-emc2101-python/compare/v0.1.0...v0.1.1) (2024-06-13)
411

512

pyproject.toml

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

1212
[project]
1313
name = "libi2c-emc2101-python"
14-
version = "0.1.1"
14+
version = "0.1.2"
1515
description = "library for EMC2101 fan control chip"
1616
authors = [
1717
{name = "Feeph Aifeimei", email = "55798703+feeph@users.noreply.github.com"},

0 commit comments

Comments
 (0)