Skip to content

Commit

Permalink
bump to version 3.2.0
Browse files Browse the repository at this point in the history
Change-Id: Ice68fa528a4afd71a005e869ee5b22d4f628445a
  • Loading branch information
jvigne committed Dec 10, 2019
1 parent e016977 commit 9a583f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.0] - 2019-12-10
### Added
- Add tests to compare reference exports by [@felginep](https://github.com/felginep)
- [iOS only] Handle [adaptive strings](https://developer.apple.com/documentation/foundation/nsstring/1413104-variantfittingpresentationwidth) by [@felginep](https://github.com/felginep)

### Changed
- Fix issue with Info.plist format by [@felginep](https://github.com/felginep)
- Do not export plurals for android when there are no values by [@felginep](https://github.com/felginep)

## [3.1.0] - 2019-09-30
### Added
- [iOS only] Info.plist generation support by [@felginep](https://github.com/felginep)

### Changed
- No more warning log for empty lines by [@felginep](https://github.com/felginep)

Expand All @@ -27,4 +37,3 @@ TODO

## [0.1.0] - 2016-04-25
TODO

2 changes: 1 addition & 1 deletion lib/ad_localize/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AdLocalize
VERSION = "3.1.0"
VERSION = "3.2.0"
end

0 comments on commit 9a583f8

Please sign in to comment.