Skip to content

Commit cb58b8e

Browse files
chore(release): v0.8.0. [skip ci]
# [0.8.0](v0.7.0...v0.8.0) (2026-03-30) ### Features * **bme280:** Add altitude computation and sea-level pressure ([#321](#321)) ([43625d9](43625d9))
1 parent 43625d9 commit cb58b8e

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.8.0](https://github.com/steamicc/micropython-steami-lib/compare/v0.7.0...v0.8.0) (2026-03-30)
7+
8+
9+
### Features
10+
11+
* **bme280:** Add altitude computation and sea-level pressure ([#321](https://github.com/steamicc/micropython-steami-lib/issues/321)) ([43625d9](https://github.com/steamicc/micropython-steami-lib/commit/43625d92202fed0c8c0783cfdf18403718aee9ba))
12+
613
# [0.7.0](https://github.com/steamicc/micropython-steami-lib/compare/v0.6.0...v0.7.0) (2026-03-29)
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.7.0"
7+
version = "0.8.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)