build: bump version to 1.11.21, update NEWS.org

This commit is contained in:
Dirk-Jan C. Binnema 2023-09-24 17:28:26 +03:00
parent 942b822d4a
commit e0417f0766
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,10 @@
*** mu *** mu
- ~mu~ commands ~extract~, ~verify~ and ~view~ can now read the message from - new command ~mu move~ to move messages across maildirs and/or change their
flags. See the manpage for all the details.
- ~mu~ commands ~extract~ ~verify~ and ~view~ can now read the message from
standard input; see their man-pages for details standard input; see their man-pages for details
- ~mu init~ gained the ~--ignored-address~ option for email-addresses / regexps - ~mu init~ gained the ~--ignored-address~ option for email-addresses / regexps

View File

@ -17,7 +17,7 @@
################################################################################ ################################################################################
# project setup # project setup
project('mu', ['c', 'cpp'], project('mu', ['c', 'cpp'],
version: '1.11.20', version: '1.11.21',
meson_version: '>= 0.56.0', meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later', license: 'GPL-3.0-or-later',
default_options : [ default_options : [