-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81a3943
commit 753df02
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,26 @@ | ||
# Change Log | ||
|
||
## [[email protected]](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) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
|
||
|