Skip to content

Commit

Permalink
build: bump version to 1.10.2
Browse files Browse the repository at this point in the history
New stable version; since 1.10.1:

- improve unit tests
- fix threading issue with file-based logging
- re-enable --after option for mu cfind
- allow extracting message-parts from message (mu extract)
- allow using relative message paths (view/extract/verify)

Mu4e:

- by default, don't reuse frame with composing in new frame
- allow for disabling global modeline items
- create random name for newly detached views
- documentation update
  • Loading branch information
djcb committed Apr 9, 2023
1 parent bfb5794 commit 7597c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################
# project setup
project('mu', ['c', 'cpp'],
version: '1.10.1',
version: '1.10.2',
meson_version: '>= 0.56.0',
license: 'GPL-3.0-or-later',
default_options : [
Expand Down

0 comments on commit 7597c93

Please sign in to comment.