diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b13734a..20567809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ Changelog of Violations lib. +## 1.121 +### No issue + +**ignore codeclimate json** + + +[c04ae1f28ea2dda](https://github.com/tomasbjerre/violations-lib/commit/c04ae1f28ea2dda) Tomas Bjerre *2020-07-26 06:30:38* + +**Add test for MyPy error messages containing colons** + + +[01cb5aa61ef7557](https://github.com/tomasbjerre/violations-lib/commit/01cb5aa61ef7557) David Kolossa *2020-07-25 09:18:59* + +**Non-greedy match in MyPy Parser** + + * This avoids cutting of error messages containing colons ":" + * e.g.: + * error: Need type annotation for 'a' (hint: "a: List[<type>] = ...") + +[3d40d5ec9564d35](https://github.com/tomasbjerre/violations-lib/commit/3d40d5ec9564d35) David Kolossa *2020-07-25 08:37:08* + + ## 1.120 ### No issue diff --git a/gradle.properties b/gradle.properties index 0d739496..e0d5909c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version = 1.121 +version = 1.122-SNAPSHOT