Skip to content

Commit

Permalink
Version bump to 0.10.0 (#335)
Browse files Browse the repository at this point in the history
* Update changelog
* Update version

Signed-off-by: Phil Dibowitz <phil@ipom.com>
  • Loading branch information
jaymzh committed Aug 8, 2020
1 parent 6751689 commit c85948b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [v0.10.0] (2020-08-08)

### Added

* More examples of mdlrc and style files
* Added CI for Rubocop and Markdownlint on our own repo

### Fixed

* Update Dockerfile to work with modern mdl
* Update minimum version of kramdown for security advisory
* Update minimum version of rubocop for security advisory

## [v0.9.0] (2020-02-21)

### Changed
Expand Down Expand Up @@ -230,6 +243,7 @@
* MD030 - Spaces after list markers

[Unreleased]: https://github.com/markdownlint/markdownlint/tree/master
[v0.10.0]: https://github.com/markdownlint/markdownlint/tree/v0.10.0
[v0.9.0]: https://github.com/markdownlint/markdownlint/tree/v0.9.0
[v0.8.0]: https://github.com/markdownlint/markdownlint/tree/v0.8.0
[v0.7.0]: https://github.com/markdownlint/markdownlint/tree/v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion lib/mdl/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MarkdownLint
VERSION = '0.9.0'.freeze
VERSION = '0.10.0'.freeze
end

0 comments on commit c85948b

Please sign in to comment.