From 30ac0d566d132dd31f7c24c2d86f4674fbaf7fdd Mon Sep 17 00:00:00 2001 From: Sebastian Celis Date: Wed, 18 Oct 2017 08:32:48 -0500 Subject: Update version to 1.0.1 --- CHANGELOG.md | 8 ++++++-- lib/twine/version.rb | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b04e4..f5b445b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -# 1.0 +# 1.0.1 (2017-10-17) + +- Bugfix: Always prefer the passed-in formatter (#221) + +# 1.0 (2017-10-16) - Feature: Fail twine commands if there's more than one formatter candidate (#201) - Feature: In the Apple formatter, use developer language for the base localization (#219) @@ -10,6 +14,6 @@ - Bugfix: Add 'q' placeholder for android strings (#194) - Bugfix: Boolean command line parameters are always true (#191) -# 0.10.1 +# 0.10.1 (2017-01-19) - Bugfix: Xcode integration (#184) diff --git a/lib/twine/version.rb b/lib/twine/version.rb index ddaa0ea..ce25da7 100644 --- a/lib/twine/version.rb +++ b/lib/twine/version.rb @@ -1,3 +1,3 @@ module Twine - VERSION = '1.0' + VERSION = '1.0.1' end -- cgit v1.2.3