File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " micropython-steami-lib"
7- version = " 0.1.0 "
7+ version = " 0.0.2 "
88description = " MicroPython driver library for the STeaMi board."
99license = {text = " GPL-3.0-or-later" }
1010requires-python = " >=3.7"
You can’t perform that action at this time.
0 commit comments