Prepare for 3.3.0
This commit is contained in:
@@ -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).
|
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: Add a systemd password agent (!33, thanks @vstoiakin)
|
||||||
- feat: Load config from /usr/share aswell (!26 & !28, thanks @fossdd & @pabloyoyoista)
|
- feat: Load config from /usr/share aswell (!26 & !28, thanks @fossdd & @pabloyoyoista)
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
project('buffybox', 'c',
|
project('buffybox', 'c',
|
||||||
version: '3.2.0',
|
version: '3.3.0',
|
||||||
default_options: ['warning_level=3', 'b_ndebug=if-release'],
|
default_options: ['warning_level=3', 'b_ndebug=if-release'],
|
||||||
meson_version: '>= 0.59.0'
|
meson_version: '>= 0.59.0'
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user