Skip to content

Commit 1680f68

Browse files
committed
[Gradle Release Plugin] - new version commit: '1.122-SNAPSHOT'.
1 parent 0835f08 commit 1680f68

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
33

44
Changelog of Violations lib.
55

6+
## 1.121
7+
### No issue
8+
9+
**ignore codeclimate json**
10+
11+
12+
[c04ae1f28ea2dda](https://github.com/tomasbjerre/violations-lib/commit/c04ae1f28ea2dda) Tomas Bjerre *2020-07-26 06:30:38*
13+
14+
**Add test for MyPy error messages containing colons**
15+
16+
17+
[01cb5aa61ef7557](https://github.com/tomasbjerre/violations-lib/commit/01cb5aa61ef7557) David Kolossa *2020-07-25 09:18:59*
18+
19+
**Non-greedy match in MyPy Parser**
20+
21+
* This avoids cutting of error messages containing colons ":"
22+
* e.g.:
23+
* error: Need type annotation for 'a' (hint: "a: List[<type>] = ...")
24+
25+
[3d40d5ec9564d35](https://github.com/tomasbjerre/violations-lib/commit/3d40d5ec9564d35) David Kolossa *2020-07-25 08:37:08*
26+
27+
628
## 1.120
729
### No issue
830

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = 1.121
1+
version = 1.122-SNAPSHOT

0 commit comments

Comments
 (0)