Cherry-pick Release 10.2.1 from 10-stable

[ci skip]
This commit is contained in:
Jared Beck 2019-03-14 14:54:46 -04:00
parent 43dca0bc24
commit cbaac58d5f
3 changed files with 16 additions and 3 deletions

View File

@ -15,9 +15,22 @@ recommendations of [keepachangelog.com](http://keepachangelog.com/).
### Fixed
- None
## 10.2.1 (2019-03-14)
### Breaking Changes
- None
### Added
- None
### Fixed
- [#1184](https://github.com/paper-trail-gem/paper_trail/pull/1184) -
No need to calculate previous values of skipped attributes
- [#1188](https://github.com/paper-trail-gem/paper_trail/pull/1188) -
Optimized the memory allocations during the building of every particular
Version object. That can help a lot for heavy bulk processing.

View File

@ -13,7 +13,7 @@ has been destroyed.
| Version | Documentation |
| -------------- | ------------- |
| Unreleased | https://github.com/paper-trail-gem/paper_trail/blob/master/README.md |
| 10.2.0 | https://github.com/paper-trail-gem/paper_trail/blob/v10.2.0/README.md |
| 10.2.1 | https://github.com/paper-trail-gem/paper_trail/blob/v10.2.1/README.md |
| 9.2.0 | https://github.com/paper-trail-gem/paper_trail/blob/v9.2.0/README.md |
| 8.1.2 | https://github.com/paper-trail-gem/paper_trail/blob/v8.1.2/README.md |
| 7.1.3 | https://github.com/paper-trail-gem/paper_trail/blob/v7.1.3/README.md |

View File

@ -9,7 +9,7 @@ module PaperTrail
module VERSION
MAJOR = 10
MINOR = 2
TINY = 0
TINY = 1
# Set PRE to nil unless it's a pre-release (beta, rc, etc.)
PRE = nil