From 1c637eda855b606d016c96ba4a0e48ad0a9bf97c Mon Sep 17 00:00:00 2001 From: GitHub actions Date: Thu, 29 Jul 2021 13:02:18 +0000 Subject: [PATCH 1/2] Preparing release v1.4.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ad798..20ac69a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2021-07-29 + ### Added - Added W8016 to warn when using `os.mkdir` and `os.makedir` with unsafe permissions (UNIX-only) @@ -89,7 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.3.1...HEAD +[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/1.4.0...HEAD + +[1.4.0]: https://github.com/Takishima/pylint-secure-coding-standard/compare/1.3.1...1.4.0 [1.3.1]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.3.0...v1.3.1 From 7acb3c8db571e8bf7d47782845ad860c3d382745 Mon Sep 17 00:00:00 2001 From: Nguyen Damien Date: Thu, 29 Jul 2021 15:02:52 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20ac69a..19250c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,9 +91,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/1.4.0...HEAD +[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.4.0...HEAD -[1.4.0]: https://github.com/Takishima/pylint-secure-coding-standard/compare/1.3.1...1.4.0 +[1.4.0]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.3.0...v1.3.1