1 parent 09cf3af commit e93e25fCopy full SHA for e93e25f
1 file changed
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [1.3.0] - 2021-07-26
11
+
12
### Added
13
14
- Add plugin option to control whether we favour `os.open` over the builtin `open`
@@ -53,7 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
55
54
56
Initial release
57
-[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.1...HEAD
58
+[Unreleased]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.3.0...HEAD
59
60
+[1.3.0]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.1...v1.3.0
61
62
[1.2.1]: https://github.com/Takishima/pylint-secure-coding-standard/compare/v1.2.0...v1.2.1
63
0 commit comments