Skip to content

Commit

Permalink
[Gradle Release Plugin] - new version commit: '1.122-SNAPSHOT'.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jul 26, 2020
1 parent 0835f08 commit 1680f68
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 1.121
version = 1.122-SNAPSHOT

0 comments on commit 1680f68

Please sign in to comment.