Skip to content

Commit ef9b394

Browse files
authored
chore: bump version to v0.5.2 (#238)
Bump version to v0.5.2. Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent a9ea6ab commit ef9b394

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes in **salt-lint** are documented below.
33

44
## [Unreleased]
5+
6+
## [0.5.2] (2021-01-29)
57
### Fixed
68
- 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)).
79
- Ignore Jinja specific rules in Jinja escaped blocks ([#236](https://github.com/warpnet/salt-lint/pull/236)).
@@ -17,6 +19,7 @@ All notable changes in **salt-lint** are documented below.
1719
- Rules 901-915 to check for deprecated states and state options ([#214](https://github.com/warpnet/salt-lint/pull/214)).
1820
- 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)).
1921

20-
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.4.2...HEAD
22+
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.5.2...HEAD
23+
[0.5.2]: https://github.com/warpnet/salt-lint/compare/v0.5.1...v0.5.2
2124
[0.5.1]: https://github.com/warpnet/salt-lint/compare/v0.5.0...v0.5.1
2225
[0.5.0]: https://github.com/warpnet/salt-lint/compare/v0.4.2...v0.5.0

saltlint/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
2-
# Copyright (c) 2020 Warpnet B.V.
2+
# Copyright (c) 2020-2021 Warpnet B.V.
33

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

77
NAME = 'salt-lint'
8-
VERSION = '0.5.1'
8+
VERSION = '0.5.2'
99
DESCRIPTION = __doc__
1010

1111
__author__ = 'Warpnet B.V.'

0 commit comments

Comments
 (0)