Skip to content

Commit df2eb17

Browse files
github-actions[bot]web-flowTakishima
authored
Release version 1.2.0 (#9)
* Preparing release v1.2.0 * Update CHANGELOG.md Co-authored-by: GitHub actions <noreply@github.com> Co-authored-by: Nguyen Damien <ngn.damien@gmail.com>
1 parent 07d3609 commit df2eb17

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.0] - 2021-07-19
11+
1012
- Added SCS110 to avoid using `os.popen()` as it internally uses `subprocess.Popen` with `shell=True`
1113
- Added SCS111 to avoid using `shlex.quote()` on non-POSIX platforms.
1214

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

3234
Initial release
3335

34-
[Unreleased]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.1.0...HEAD
36+
[Unreleased]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.2.0...HEAD
37+
38+
[1.2.0]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.1.0...v1.2.0
3539

3640
[1.1.0]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.0.1...v1.1.0
3741

0 commit comments

Comments
 (0)