Skip to content

Commit

Permalink
chore(version): bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ochs committed Nov 10, 2014
1 parent 936e3c6 commit fd0ef23
Show file tree
Hide file tree
Showing 6 changed files with 1,340 additions and 562 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
#Changelog

The versioning in this project is based on [Semantic Versioning](http://semver.org).

## v0.2.0
Introduce a new api to present view controller based errors. This api is especially made for overriding and displaying custom error dialogs, such as [TSMessages](https://github.com/toursprung/TSMessages). The default implementation looks the same as the regular api but is only shown if the passed-in view controller is visible.

## v0.1.2
*There are no changes to the source code in this release. Only the Podfile.lock of the example project has been updated.*

## v0.1.1
- Minor fixes to support travis-ci as continuous integration server
- Reformat the documentation comments to support cocoadocs parsing
Expand Down
Loading

0 comments on commit fd0ef23

Please sign in to comment.