Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyates committed Jun 4, 2024
1 parent e751733 commit 7c5e9ee
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.7.0 - 2024-06-04

### Changed

* Implemented update in transactions. Previous only appends were handled.
This allows actions which modify existing emails to be handled inside
transactions when using the 'delayed_metadata' strategy.

* Update flags in a transaction, speeding up flag refreshes by avoiding
repeated writes of the JSON metadata file. This is a change inspired by
this pull request: https://github.com/joeyates/imap-backup/pull/200.

## 14.6.1 - 2024-03-30

### Changed
Expand Down
4 changes: 2 additions & 2 deletions lib/imap/backup/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module Imap::Backup
# @private
MAJOR = 14
# @private
MINOR = 6
MINOR = 7
# @private
REVISION = 1
REVISION = 0
# @private
PRE = nil
# The application version
Expand Down

0 comments on commit 7c5e9ee

Please sign in to comment.