Skip to content

Commit

Permalink
Prep for 0.12.0 release (markdownlint#428)
Browse files Browse the repository at this point in the history
I know, we're way overdue.

Signed-off-by: Phil Dibowitz <phil@ipom.com>
  • Loading branch information
jaymzh authored Oct 18, 2022
1 parent 56789d7 commit c546223
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## [v0.12.0] (2022-10-17)

### Rules Added

* MD047 - File should end with a blank line

### Added

* New 'docs' method on rules to provide a URL and longer description
* `docker_image`-based pre-commit

### Changed

* Changed the default for MD007 to 3 spaces to match minimum spaces for ordered lists
Expand All @@ -11,6 +22,14 @@
code blocks will be ignored. The option `:code_blocks` has been marked as
deprecated in the documentation. If `:code_blocks` is set to false in the
configuration, a deprecation warning is printed.
* Improved documentation on custom rules and rulesets
* Handle non-printable characters gracefully
* Support configurable sublist styles for MD004

### Fixed

* Fixed directory argument with `--git-recurse`
* Preserve empty lines at the end of a file

## [v0.11.0] (2020-08-22)

Expand Down Expand Up @@ -262,7 +281,8 @@
* MD030 - Spaces after list markers

[Unreleased]: /~https://github.com/markdownlint/markdownlint/tree/master
[v0.11.0]: /~https://github.com/markdownlint/markdownlint/tree/v0.10.0
[v0.12.0]: /~https://github.com/markdownlint/markdownlint/tree/v0.12.0
[v0.11.0]: /~https://github.com/markdownlint/markdownlint/tree/v0.11.0
[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
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.11.0'.freeze
VERSION = '0.12.0'.freeze
end

0 comments on commit c546223

Please sign in to comment.