Skip to content

Commit

Permalink
Merge pull request #17 from johnfraney/release-v0.5.0
Browse files Browse the repository at this point in the history
chore: prepare v0.5.0 release
  • Loading branch information
johnfraney committed Sep 4, 2023
2 parents e616e53 + 9bba4e2 commit d6f37e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
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.4.0
rev: v0.5.0
hooks:
- id: flake8-markdown
```
Expand All @@ -62,6 +62,17 @@ Everyone interacting in the project's codebases, issue trackers, chat rooms, and

## History

### [0.5.0] - 2023-09-04

#### Added

- Added CI for `python` 3.11
- Added funding file

#### Removed

- Dropped support for `python` 3.7 and Pypy 3

### [0.4.0] - 2022-09-11

#### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flake8-markdown"
version = "0.4.0"
version = "0.5.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 d6f37e1

Please sign in to comment.