Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Bouter <jb@warpnet.nl>
  • Loading branch information
jbouter committed Jun 1, 2021
1 parent bbab6f2 commit d632878
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes in **salt-lint** are documented below.

## [Unreleased]

## [0.6.1] (2021-06-01)

- Remove rule 218 because of a false positive

## [0.6.0] (2021-06-01)
### Deprecated
- Drop Python 2.7 support ([#239](https://github.com/warpnet/salt-lint/pull/239)).
Expand All @@ -27,6 +31,7 @@ All notable changes in **salt-lint** are documented below.
- This `CHANGELOG.md` file to be able to list all notable changes for each version of **salt-lint** ([#223](https://github.com/warpnet/salt-lint/pull/223)).

[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.6.0...HEAD
[0.6.1]: https://github.com/warpnet/salt-lint/compare/v0.6.0...v0.6.1
[0.6.0]: https://github.com/warpnet/salt-lint/compare/v0.5.2...v0.6.0
[0.5.2]: https://github.com/warpnet/salt-lint/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/warpnet/salt-lint/compare/v0.5.0...v0.5.1
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ To use salt-lint with [pre-commit](https://pre-commit.com), just add the follow
# See usage instructions at http://pre-commit.com
- repo: https://github.com/warpnet/salt-lint
rev: v0.6.0
rev: v0.6.1
hooks:
- id: salt-lint
```
Expand Down
2 changes: 1 addition & 1 deletion saltlint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

NAME = 'salt-lint'
VERSION = '0.6.0'
VERSION = '0.6.1'
DESCRIPTION = __doc__

__author__ = 'Warpnet B.V.'
Expand Down

0 comments on commit d632878

Please sign in to comment.