From 472387e68fa6124b18026deab7607c58ebca4b8d Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Tue, 22 Mar 2016 15:54:17 -0700 Subject: [PATCH] Prep v0.3.0 --- CHANGELOG.md | 6 +++++- lib/chandler/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b80a6a..8266174 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/lib/chandler/version.rb b/lib/chandler/version.rb index b880694..5fae35b 100644 --- a/lib/chandler/version.rb +++ b/lib/chandler/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Chandler - VERSION = "0.2.0".freeze + VERSION = "0.3.0".freeze end