Skip to content

Commit 15e0e8c

Browse files
authored
chore: bump version to v0.8.0 (#275)
Bump version to `v0.8.0` in `CHANGELOG.md`, the man page and salt-lint itself. Signed-off-by: Roald Nefs <info@roaldnefs.com>
1 parent 381aa50 commit 15e0e8c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes in **salt-lint** are documented below.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

66
## [Unreleased]
7+
8+
## [0.8.0] (2021-11-09)
79
### Fixed
810
- False positive when detecting missing spaces in Jinja variables when the Jinja statement is nested in literal braces ([#272](https://github.com/warpnet/salt-lint/pull/272)).
911
- Ensure a single missing quote in the file mode is also detected as incorrect quotation of a file mode ([#273](https://github.com/warpnet/salt-lint/pull/273)).
@@ -44,7 +46,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4446
- Rules 901-915 to check for deprecated states and state options ([#214](https://github.com/warpnet/salt-lint/pull/214)).
4547
- 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)).
4648

47-
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.7.0...HEAD
49+
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.8.0...HEAD
50+
[0.8.0]: https://github.com/warpnet/salt-lint/compare/v0.7.0...v0.8.0
4851
[0.7.0]: https://github.com/warpnet/salt-lint/compare/v0.6.1...v0.7.0
4952
[0.6.1]: https://github.com/warpnet/salt-lint/compare/v0.6.0...v0.6.1
5053
[0.6.0]: https://github.com/warpnet/salt-lint/compare/v0.5.2...v0.6.0

docs/man/salt-lint.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
2-
.TH SALT-LINT "1" "November 2021" "salt-lint 0.7.0" "User Commands"
2+
.TH SALT-LINT "1" "November 2021" "salt-lint 0.8.0" "User Commands"
33
.SH NAME
44
salt-lint - A command-line utility that checks for best practices in SaltStack.
55
.SH SYNOPSIS

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.7.0'
8+
VERSION = '0.8.0'
99
DESCRIPTION = __doc__
1010

1111
__author__ = 'Warpnet B.V.'

0 commit comments

Comments
 (0)