diff --git a/CHANGELOG.md b/CHANGELOG.md index 34ee23413..b78679abb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index f56929bea..f8df612f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "proselint" -version = "0.10.2" +version = "0.11.0" description = "A linter for prose." authors = ["Amperser Labs "]