Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Nov 17, 2023
1 parent 0d279ff commit 1c6f60a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 14.4.3 - 2023-11-17

### Changed

* Documentation is now split into two areas:
* End-user facing: via the README on GitHub
* Developer: via a different main YARD page on rubydoc.info

## 14.4.0 - 2023-11-15

### Changed
Expand Down
2 changes: 1 addition & 1 deletion lib/imap/backup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Imap; end
module Imap::Backup
MAJOR = 14
MINOR = 4
REVISION = 2
REVISION = 3
PRE = nil
VERSION = [MAJOR, MINOR, REVISION, PRE].compact.map(&:to_s).join(".")
end

0 comments on commit 1c6f60a

Please sign in to comment.