Skip to content

Commit 27746bb

Browse files
committed
Version: 1.8.8
Signed-off-by: Keith Packard <[email protected]>
1 parent 3dd0fce commit 27746bb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
cmake_minimum_required(VERSION 3.20.0)
3737

38-
project(Picolibc VERSION 1.8.7 LANGUAGES C ASM)
38+
project(Picolibc VERSION 1.8.8 LANGUAGES C ASM)
3939

4040
# Set a default build type if none was specified
4141
set(default_build_type "MinSizeRel")

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,14 @@ use Picolibc:
145145

146146
## Releases
147147

148+
### Picolibc release 1.8.8
149+
150+
* Fixed 3 bugs in the powf computation. Thanks to Fabian Schriever.
151+
152+
* Fixed a bunch of build issues found by Zephyr.
153+
154+
* Improve C++ testing and compatibility.
155+
148156
### Picolibc release 1.8.7
149157

150158
* Support ARM v8.1-m BTI and PAC features

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ project('picolibc', 'c',
4242
],
4343
license : 'BSD',
4444
meson_version : '>= 0.53',
45-
version: '1.8.7'
45+
version: '1.8.8'
4646
)
4747

4848
targets = []

0 commit comments

Comments
 (0)