We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed40b6 commit 032e710Copy full SHA for 032e710
CHANGELOG.md
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6
and this project adheres to [Semantic Versioning](http://semver.org/).
7
8
+## 14.6.0 - 2024-01-31
9
+
10
+### Added
11
12
+* Handling of `--delimiter` and `--prefix` options for `imap-backup restore`.
13
14
## 14.5.2 - 2024-01-22
15
16
### Changed
lib/imap/backup/version.rb
@@ -4,9 +4,9 @@ module Imap::Backup
4
# @private
MAJOR = 14
- MINOR = 5
+ MINOR = 6
- REVISION = 2
+ REVISION = 0
PRE = nil
# The application version
0 commit comments