Skip to content

Commit

Permalink
Prepare v0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
John Franey committed Sep 11, 2022
1 parent 5fa3c06 commit ff30aff
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ To enable this hook in your local repository, add the following `repo` to your `
# .pre-commit-config.yaml
repos:
- repo: https://github.com/johnfraney/flake8-markdown
rev: v0.3.0
rev: v0.4.0
hooks:
- id: flake8-markdown
```
Expand All @@ -62,15 +62,26 @@ Everyone interacting in the project's codebases, issue trackers, chat rooms, and
## History
## [0.3.0] - 2021-10-19
### [0.4.0] - 2022-09-11
### Added
#### Added
- Added support for `flake8` v5
- Added support for `python` 3.10

#### Removed

- Dropped support for `python` 3.6

### [0.3.0] - 2021-10-19

#### Added

- Added support for `flake8` v4

## [0.2.0] - 2019-06-14
### [0.2.0] - 2019-06-14

### Added
#### Added

- [`pycon`](http://pygments.org/docs/lexers/#pygments.lexers.python.PythonConsoleLexer) code block support

Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flake8-markdown"
version = "0.3.0"
version = "0.4.0"
description = "Lints Python code blocks in Markdown files using flake8"
authors = ["John Franey <johnfraney@gmail.com>"]
repository = "https://github.com/johnfraney/flake8-markdown"
Expand Down

0 comments on commit ff30aff

Please sign in to comment.