Skip to content

Commit

Permalink
Release version 1.2.0 (#9)
Browse files Browse the repository at this point in the history
* Preparing release v1.2.0

* Update CHANGELOG.md

Co-authored-by: GitHub actions <[email protected]>
Co-authored-by: Nguyen Damien <[email protected]>
  • Loading branch information
3 people authored Jul 19, 2021
1 parent 07d3609 commit df2eb17
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2021-07-19

- Added SCS110 to avoid using `os.popen()` as it internally uses `subprocess.Popen` with `shell=True`
- Added SCS111 to avoid using `shlex.quote()` on non-POSIX platforms.

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

Initial release

[Unreleased]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.1.0...HEAD
[Unreleased]: https://github.com/Takishima/flake8-secure-coding-standard/compare/v1.2.0...HEAD

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

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

Expand Down

0 comments on commit df2eb17

Please sign in to comment.