Skip to content

Commit 1c6f60a

Browse files
committed
Prepare release
1 parent 0d279ff commit 1c6f60a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 14.4.3 - 2023-11-17
9+
10+
### Changed
11+
12+
* Documentation is now split into two areas:
13+
* End-user facing: via the README on GitHub
14+
* Developer: via a different main YARD page on rubydoc.info
15+
816
## 14.4.0 - 2023-11-15
917

1018
### Changed

lib/imap/backup/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Imap; end
33
module Imap::Backup
44
MAJOR = 14
55
MINOR = 4
6-
REVISION = 2
6+
REVISION = 3
77
PRE = nil
88
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
99
end

0 commit comments

Comments
 (0)