Skip to content

Commit

Permalink
chore: bump version to v0.5.2 (#238)
Browse files Browse the repository at this point in the history
Bump version to v0.5.2.

Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs authored Jan 29, 2021
1 parent a9ea6ab commit ef9b394
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes in **salt-lint** are documented below.

## [Unreleased]

## [0.5.2] (2021-01-29)
### Fixed
- Append the contents of the `CHANGELOG.md` file to the long description of the package instead of the duplicate `README.md` contents ([#234](https://github.com/warpnet/salt-lint/pull/234)).
- Ignore Jinja specific rules in Jinja escaped blocks ([#236](https://github.com/warpnet/salt-lint/pull/236)).
Expand All @@ -17,6 +19,7 @@ All notable changes in **salt-lint** are documented below.
- Rules 901-915 to check for deprecated states and state options ([#214](https://github.com/warpnet/salt-lint/pull/214)).
- 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.4.2...HEAD
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.5.2...HEAD
[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
[0.5.0]: https://github.com/warpnet/salt-lint/compare/v0.4.2...v0.5.0
4 changes: 2 additions & 2 deletions saltlint/__init__.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2020 Warpnet B.V.
# Copyright (c) 2020-2021 Warpnet B.V.

"""A command-line utility that checks for best practices in SaltStack.
"""

NAME = 'salt-lint'
VERSION = '0.5.1'
VERSION = '0.5.2'
DESCRIPTION = __doc__

__author__ = 'Warpnet B.V.'
Expand Down

0 comments on commit ef9b394

Please sign in to comment.