Skip to content

Commit a5370fa

Browse files
github-actions[bot]web-flowTakishima
authored
Release version 1.2.1 (#10)
* Preparing release v1.2.1 * Update CHANGELOG.md Co-authored-by: GitHub actions <[email protected]> Co-authored-by: Nguyen Damien <[email protected]>
1 parent 8787e73 commit a5370fa

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2021-07-19
11+
1012
- Reworded E8003 and extend it to include a few more cases:
11-
+ `subprocess.getoutput()`
12-
+ `subprocess.getstatusoutput()`
13-
+ `asyncio.create_subprocess_shell()`
14-
+ `loop.subprocess_shell()`
13+
- `subprocess.getoutput()`
14+
- `subprocess.getstatusoutput()`
15+
- `asyncio.create_subprocess_shell()`
16+
- `loop.subprocess_shell()`
1517

1618
## [1.2.0] - 2021-07-19
1719

@@ -34,7 +36,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3436

3537
Initial release
3638

37-
[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.0...HEAD
39+
[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.1...HEAD
40+
41+
[1.2.1]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.0...v1.2.1
3842

3943
[1.2.0]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.1.0...v1.2.0
4044

0 commit comments

Comments
 (0)