Skip to content

Commit b34fabd

Browse files
committed
Changelog for v2.1.0
1 parent 01ddf47 commit b34fabd

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 2.1.0 - 2023-10-25
4+
5+
Minor feature release
6+
7+
New:
8+
9+
- Lint and fix via STDIN by passing `-` as path (#388)
10+
- Skip linting files when no rules enabled (#379)
11+
12+
Fixed:
13+
14+
- Reporting violations on `Module` nodes (#368, #367)
15+
- Incorrect auto-fixes from `CompareSingletonPrimitivesByIs` (#391, #378, #375)
16+
- Parsing error for `typing.Literal` in `NoStringTypeAnnotation` rule (#400, #377)
17+
- Error handling when rules fail to import in child processes (#401, #381)
18+
19+
Thanks:
20+
21+
```
22+
$ git shortlog -sn v2.0.0.post1...
23+
8 Amethyst Reese
24+
2 LW
25+
1 Dave Turner
26+
1 Uzumaki
27+
1 Yajus Gakhar
28+
1 rembridge
29+
```
30+
331
## 2.0.0 - 2023-07-17
432

533
This is the first stable release with the major rework of Fixit. There are many

0 commit comments

Comments
 (0)