From dce41a6f07a2b63c3136409b7bcd0078299fadf9 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 15 Apr 2025 18:23:59 +0200 Subject: [PATCH] Prepare for 3.3.0 --- CHANGELOG.md | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c6ba68..7a40b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ We're using semantic versioning and the following changelog types: If a change only affects particular applications, they are listed in parentheses after the type, e.g. feat(unl0kr). -## Unreleased +## 3.3.0 (2025-04-15) - feat: Add a systemd password agent (!33, thanks @vstoiakin) - feat: Load config from /usr/share aswell (!26 & !28, thanks @fossdd & @pabloyoyoista) diff --git a/meson.build b/meson.build index 3cc51f4..0c7ae9c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('buffybox', 'c', - version: '3.2.0', + version: '3.3.0', default_options: ['warning_level=3', 'b_ndebug=if-release'], meson_version: '>= 0.59.0' )