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

Commit

Permalink
Prep v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Mar 22, 2016
1 parent de7a306 commit 472387e
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.3.0][] (2016-03-22)

* Support Markdown "setext" style h1-level headings [#11](https://github.com/mattbrictson/chandler/pull/11)

## [0.2.0][] (2016-02-19)
Expand All @@ -29,7 +32,8 @@ 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.2.0...HEAD
[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/mattbrictson/chandler/compare/v0.2.0...v0.3.0
[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.2.0".freeze
VERSION = "0.3.0".freeze
end

0 comments on commit 472387e

Please sign in to comment.