Skip to content

Commit 329701a

Browse files
chore(release): v0.0.2. [skip ci]
## [0.0.2](v0.0.1...v0.0.2) (2026-03-25) ### Bug Fixes * Correct broken method calls in lis2mdl and wsen-pads examples. ([f26a055](f26a055))
1 parent 8a7e29e commit 329701a

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [0.0.2](https://github.com/steamicc/micropython-steami-lib/compare/v0.0.1...v0.0.2) (2026-03-25)
7+
8+
9+
### Bug Fixes
10+
11+
* Correct broken method calls in lis2mdl and wsen-pads examples. ([f26a055](https://github.com/steamicc/micropython-steami-lib/commit/f26a055760d4d28ebcf76f3c14029a9840e1ca60))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "micropython-steami-lib"
7-
version = "0.1.0"
7+
version = "0.0.2"
88
description = "MicroPython driver library for the STeaMi board."
99
license = {text = "GPL-3.0-or-later"}
1010
requires-python = ">=3.7"

0 commit comments

Comments
 (0)