From e0417f076639b001a2630753700f73ab798c1a3d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 24 Sep 2023 17:28:26 +0300 Subject: [PATCH] build: bump version to 1.11.21, update NEWS.org --- NEWS.org | 5 ++++- meson.build | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.org b/NEWS.org index a1f4b9b0..d3d793b8 100644 --- a/NEWS.org +++ b/NEWS.org @@ -5,7 +5,10 @@ *** 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 - ~mu init~ gained the ~--ignored-address~ option for email-addresses / regexps diff --git a/meson.build b/meson.build index 30b3a166..ba21fd7a 100644 --- a/meson.build +++ b/meson.build @@ -17,7 +17,7 @@ ################################################################################ # project setup project('mu', ['c', 'cpp'], - version: '1.11.20', + version: '1.11.21', meson_version: '>= 0.56.0', license: 'GPL-3.0-or-later', default_options : [