From c5f22d50ab40dd09c6542e8460d07ad9a1d01640 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 2 Oct 2025 07:38:30 +0200 Subject: [PATCH] Add changelog for !67 and prepare for 3.4.2 --- CHANGELOG.md | 4 ++++ meson.build | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c26452f..b8bb428 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,10 @@ If a change only affects particular applications, they are listed in parentheses Nothing at the moment +## 3.4.2 (2025-10-02) + +- fix(f0rmz): Add missing shutdown implementation (!67, thanks @Adrian) + ## 3.4.1 (2025-09-30) - misc: Update LVGL to master (2025-09-29) to potentially address DRM issues (!66) diff --git a/meson.build b/meson.build index 28dbda2..73e76f9 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('buffybox', 'c', - version: '3.4.1', + version: '3.4.2', default_options: ['warning_level=3', 'b_ndebug=if-release', 'b_lto=true'], meson_version: '>= 0.60.0' )