Release 0.1.1 (#8073)

- Add changelog entry for 0.1.1
- Bump version to 0.1.1
- Require preview for fix added in #7967 
- Allow duplicate headings in changelog (markdownlint setting)
This commit is contained in:
Zanie Blue
2023-10-19 15:49:53 -05:00
committed by GitHub
parent ec1be60dcb
commit 22cf451d51
19 changed files with 354 additions and 153 deletions

View File

@@ -140,7 +140,7 @@ Ruff can also be used as a [pre-commit](https://pre-commit.com) hook:
```yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.1.0
rev: v0.1.1
hooks:
- id: ruff
```