Skip to content

Commit

Permalink
chore: bump version to v0.8.0 (#275)
Browse files Browse the repository at this point in the history
Bump version to `v0.8.0` in `CHANGELOG.md`, the man page and salt-lint
itself.

Signed-off-by: Roald Nefs <info@roaldnefs.com>
  • Loading branch information
roaldnefs authored Nov 9, 2021
1 parent 381aa50 commit 15e0e8c
Show file tree
Hide file tree
Showing 3 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 @@ -4,6 +4,8 @@ All notable changes in **salt-lint** are documented below.
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).

## [Unreleased]

## [0.8.0] (2021-11-09)
### Fixed
- 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)).
- 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)).
Expand Down Expand Up @@ -44,7 +46,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- 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.7.0...HEAD
[Unreleased]: https://github.com/warpnet/salt-lint/compare/v0.8.0...HEAD
[0.8.0]: https://github.com/warpnet/salt-lint/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/warpnet/salt-lint/compare/v0.6.1...v0.7.0
[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
Expand Down
2 changes: 1 addition & 1 deletion docs/man/salt-lint.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH SALT-LINT "1" "November 2021" "salt-lint 0.7.0" "User Commands"
.TH SALT-LINT "1" "November 2021" "salt-lint 0.8.0" "User Commands"
.SH NAME
salt-lint - A command-line utility that checks for best practices in SaltStack.
.SH SYNOPSIS
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.7.0'
VERSION = '0.8.0'
DESCRIPTION = __doc__

__author__ = 'Warpnet B.V.'
Expand Down

0 comments on commit 15e0e8c

Please sign in to comment.