Skip to content

Commit ad2e1fd

Browse files
chore(release): v0.1.3. [skip ci]
## [0.1.3](v0.1.2...v0.1.3) (2026-03-28) ### Bug Fixes * **examples:** Migrate buzzer tone() to hardware PWM Timer. ([#273](#273)) ([54a46e2](54a46e2))
1 parent 54a46e2 commit ad2e1fd

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.1.3](https://github.com/steamicc/micropython-steami-lib/compare/v0.1.2...v0.1.3) (2026-03-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **examples:** Migrate buzzer tone() to hardware PWM Timer. ([#273](https://github.com/steamicc/micropython-steami-lib/issues/273)) ([54a46e2](https://github.com/steamicc/micropython-steami-lib/commit/54a46e2c1fc674aa4496e3245d4a88c9d3a63967))
12+
613
## [0.1.2](https://github.com/steamicc/micropython-steami-lib/compare/v0.1.1...v0.1.2) (2026-03-26)
714

815

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.2"
7+
version = "0.1.3"
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)