Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Jul 3, 2017
1 parent be31162 commit a716f6f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All releases of [Unreachable][repo] adhere to [Semantic Versioning][semver].

## [v1.2.0](https://github.com/nvzqz/Unreachable/tree/v1.2.0) (2017-07-03)

- [Full Changelog](https://github.com/nvzqz/Unreachable/compare/v1.1.0...v1.2.0)

- [Release](https://github.com/nvzqz/Unreachable/releases/tag/v1.2.0)

### New Features

- Added `message` parameter to `assertUnreachable()`

## [v1.1.0](https://github.com/nvzqz/Unreachable/tree/v1.1.0) (2017-07-02)

- [Full Changelog](https://github.com/nvzqz/Unreachable/compare/v1.0.0...v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ to learn more.
```ruby
use_frameworks!

pod 'Unreachable', '~> 1.1.0'
pod 'Unreachable', '~> 1.2.0'
```

If you want to be on the bleeding edge, replace the last line with:
Expand Down
2 changes: 1 addition & 1 deletion Unreachable.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Unreachable"
s.version = "1.1.0"
s.version = "1.2.0"
s.summary = "Unreachable code path hint for Swift."
s.homepage = "https://github.com/nvzqz/#{s.name}"
s.license = { :type => "MIT", :file => "LICENSE.md" }
Expand Down
4 changes: 2 additions & 2 deletions Unreachable.xcodeproj/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.1.0</string>
<string>1.2.0</string>
<key>CFBundleVersion</key>
<string>2</string>
<string>3</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit a716f6f

Please sign in to comment.