Skip to content

Commit

Permalink
chore: prepare release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Jul 4, 2021
1 parent 81a3943 commit 753df02
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [proselint@0.11.0](https://github.com/amperser/proselint/compare/0.10.2...0.11.0)

### Bug fixes

- add warning for missing corpus ([535c330](https://github.com/amperser/proselint/commit/535c33095afacd6fbce4dcd428ffcffc01543077))
- reduce false positives for uncomparables.misc ([#1152](https://github.com/amperser/proselint/pull/1152))
- correct "attorney and not a republic" mondegreen ([#985](https://github.com/amperser/proselint/pull/985))
- correct unbound line and column in error printing ([#1181](https://github.com/amperser/proselint/pull/1181))
- fix false positive in `misc.but` ([#691](https://github.com/amperser/proselint/pull/691))

### Features

- add `--config` CLI argument ([#1081](https://github.com/amperser/proselint/pull/1081))
- add exceptions for `proselint.tools.existence_check` ([#1182](https://github.com/amperser/proselint/pull/1182))
- use regex for `lexical_illusions.misc` ([#1174](https://github.com/amperser/proselint/pull/1174))
- implement project-wide proselintrc ([#1173](https://github.com/amperser/proselint/pull/1173))

### Breaking Changes

N/A.

## [0.10.2](https://github.com/amperser/proselint/tree/0.10.2) (2018-08-03)
[Full Changelog](https://github.com/amperser/proselint/compare/0.10.1...0.10.2)

Expand Down
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 = "proselint"
version = "0.10.2"
version = "0.11.0"
description = "A linter for prose."
authors = ["Amperser Labs <hello@amperser.com>"]

Expand Down

0 comments on commit 753df02

Please sign in to comment.