From 32b26b8e349dd1c2cd289a225836d1a1e30159fd Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Wed, 24 Sep 2025 08:13:01 +0200 Subject: [PATCH] Prepare for 3.4.0 --- CHANGELOG.md | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e578bfa..f2ad0cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ If a change only affects particular applications, they are listed in parentheses ## Unreleased +Nothing at the moment. + +## 3.4.0 (2025-09-24) + - misc: Update LVGL to 9.3.0 (!59, thanks @vstoiakin) - misc: Use standard C library instead of builtin functions (!49, thanks @vstoiakin) - feat: Add support for split packaging of buffyboard and unl0kr (!54, thanks @vstoiakin) diff --git a/meson.build b/meson.build index 37af432..aca3026 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('buffybox', 'c', - version: '3.3.0', + version: '3.4.0', default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'], meson_version: '>= 0.60.0' )