Increment version number

This commit is contained in:
Thomas Farstrike
2026-02-25 20:53:25 +01:00
parent d37db477c5
commit c269ab5ae2
2 changed files with 14 additions and 2 deletions
+13 -1
View File
@@ -1,3 +1,16 @@
0.9.0
=====
Frameworks:
- AudioManager: add support for multiple speakers and microphones
- AudioManager: add support for ADC-based microphone (adc_mic)
OS:
- ESP32 boards: add webrepl
- New board support: LilyGo T-Display-S3
- New board support: M5Stack Fire
- New board support: ODroid Go
0.8.0
=====
@@ -12,7 +25,6 @@ Frameworks:
- CameraManager and CameraActivity: work fully camera-agnostic
OS:
- Add webrepl on ESP32 boards
- Add board support: Makerfabs MaTouch ESP32-S3 SPI IPS 2.8' with Camera OV3660
- Scale MicroPythonOS boot logo down if necessary
- Don't show battery icon if battery is not supported
+1 -1
View File
@@ -9,5 +9,5 @@ class BuildInfo:
class version:
"""Version information."""
release = "0.8.1"
release = "0.9.0"
api_level = 0 # subject to change until API Level 1