Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Prep 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Feb 19, 2016
1 parent 3fe0ae4 commit 413c98a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec
## [Unreleased][]

* Your contribution here!

## [0.2.0][] (2016-02-19)

* Chandler now understands versions at Markdown/Rdoc h1-level headings (previously only h2 and h3 were searched).
* If Chandler can't find any version tags, print an error message rather than exiting silently.
* If Chandler can't find a version in your CHANGELOG, it will log a warning rather than exiting with an uncaught exception.
Expand All @@ -25,6 +28,7 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec
* Initial release

[Semver]: http://semver.org
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.1.2...HEAD
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mattbrictson/chandler/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/mattbrictson/chandler/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/mattbrictson/chandler/compare/v0.1.0...v0.1.1
2 changes: 1 addition & 1 deletion lib/chandler/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Chandler
VERSION = "0.1.2".freeze
VERSION = "0.2.0".freeze
end

0 comments on commit 413c98a

Please sign in to comment.