Skip to content

Commit

Permalink
Merge pull request scelis#224 from scelis/1.0.1-release
Browse files Browse the repository at this point in the history
Update version to 1.0.1
  • Loading branch information
scelis authored Oct 18, 2017
2 parents 6f947b0 + 30ac0d5 commit 0688167
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
2 changes: 1 addition & 1 deletion lib/twine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Twine
VERSION = '1.0'
VERSION = '1.0.1'
end

0 comments on commit 0688167

Please sign in to comment.