From 476806726a44ddf46bf4f90d2f6b9c0136711e1b Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Fri, 23 Sep 2016 10:37:55 -0700 Subject: [PATCH] Preparing v0.4.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 0495a49..315e539 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.4.0][] (2016-09-23) + * Support for reStructuredText `definition-list` style CHANGELOG layouts. ## [0.3.1][] (2016-05-13) @@ -39,7 +42,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.3.1...HEAD +[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/mattbrictson/chandler/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/mattbrictson/chandler/compare/v0.3.0...v0.3.1 [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 diff --git a/lib/chandler/version.rb b/lib/chandler/version.rb index 209b2e7..82f9733 100644 --- a/lib/chandler/version.rb +++ b/lib/chandler/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Chandler - VERSION = "0.3.1".freeze + VERSION = "0.4.0".freeze end