We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a300a99 commit f765b75Copy full SHA for f765b75
CHANGELOG.md
@@ -5,12 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## [Unreleased]
8
+
9
+## [v0.9.3] - 2025-04-20
10
### Changed
11
* Get python3 path by FindPython3 for multi platforms
12
* Support pico-sdk 2.1.1
13
### Added
14
* Support Raspberry Pi Pico 2 series board (up to 96.0 KHz)
15
* Add GitHub Actions for build and release
16
+### Fixed
17
+* Rescue mulfunction for `__builtin_clz` optimization for `-O2`, `-O3` case (contributed by ldursw)
18
19
## [v0.9.2] - 2023-04-05
20
0 commit comments