Skip to content

Commit 49e8153

Browse files
chore(release): v0.12.0. [skip ci]
# [0.12.0](v0.11.1...v0.12.0) (2026-04-01) ### Features * **vl53l1x:** Add radar screen example with OLED. ([#345](#345)) ([e6871c3](e6871c3))
1 parent e6871c3 commit 49e8153

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.12.0](https://github.com/steamicc/micropython-steami-lib/compare/v0.11.1...v0.12.0) (2026-04-01)
7+
8+
9+
### Features
10+
11+
* **vl53l1x:** Add radar screen example with OLED. ([#345](https://github.com/steamicc/micropython-steami-lib/issues/345)) ([e6871c3](https://github.com/steamicc/micropython-steami-lib/commit/e6871c313ef4df9d6ce64245dcb9189a9be9af3f))
12+
613
## [0.11.1](https://github.com/steamicc/micropython-steami-lib/compare/v0.11.0...v0.11.1) (2026-03-30)
714

815
# [0.11.0](https://github.com/steamicc/micropython-steami-lib/compare/v0.10.0...v0.11.0) (2026-03-30)

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.11.1"
7+
version = "0.12.0"
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)