Skip to content

Commit 099cd0a

Browse files
authored
chore: bump version to 0.5.1 (#233)
Bump version to **0.5.1** and update the `CHANGELOG.md` file accordingly. Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent 405350a commit 099cd0a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

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

44
## [Unreleased]
5+
## [0.5.1] (2021-01-19)
56
### Fixed
67
- Ensure all excluded paths from both the CLI and configuration are passed to the runner ([#231](https://github.com/warpnet/salt-lint/pull/231)).
78

@@ -13,4 +14,5 @@ All notable changes in **salt-lint** are documented below.
1314
- 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)).
1415

1516
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.4.2...HEAD
17+
[0.5.1]: https://github.com/warpnet/salt-lint/compare/v0.5.0...v0.5.1
1618
[0.5.0]: https://github.com/warpnet/salt-lint/compare/v0.4.2...v0.5.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To use salt-lint with [pre-commit](https://pre-commit.com), just add the follow
151151
# See usage instructions at http://pre-commit.com
152152
153153
- repo: https://github.com/warpnet/salt-lint
154-
rev: v0.5.0
154+
rev: v0.5.1
155155
hooks:
156156
- id: salt-lint
157157
```

saltlint/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"""
66

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

1111
__author__ = 'Warpnet B.V.'

0 commit comments

Comments
 (0)