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

Commit

Permalink
Preparing v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Sep 23, 2016
1 parent d8259e1 commit 4768067
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.4.0][] (2016-09-23)

* Support for reStructuredText `definition-list` style CHANGELOG layouts.

## [0.3.1][] (2016-05-13)
Expand Down Expand Up @@ -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
Expand Down
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.3.1".freeze
VERSION = "0.4.0".freeze
end

0 comments on commit 4768067

Please sign in to comment.