File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
+ ## 16.0.0 - 2024-06-26
9
+
10
+ ### Added
11
+
12
+ * Added the new ` imap-backup copy ` command to replace the existing
13
+ ` migrate ` and ` mirror ` commands. The new command is simpler
14
+ than the exiting commands, while maintaining the principal functionality
15
+ that was previously available. ` migrate ` and ` mirror ` are now deprecated
16
+ and will be removed in a future release.
17
+
18
+ ### Changed
19
+
20
+ * The libarary now uses ` logger ` and ` ostruct ` as external dependencies
21
+ as they have been extracted from th Ruby standard library.
22
+
8
23
## 15.0.1 - 2024-06-04
9
24
10
25
### Changed
You can’t perform that action at this time.
0 commit comments