Skip to content

Commit

Permalink
Release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stgrace committed Jan 28, 2021
1 parent ed74448 commit f79df49
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.2] - 2021-01-28

### Fixed

- Host templating
- Ansible inventory script

## [0.3.1] - 2021-01-21

### Fixed
Expand Down Expand Up @@ -68,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add reporting policies
- Add codeql-analysis

[unreleased]: https://github.com/stacklio/stackl/compare/v0.3.1...HEAD
[unreleased]: https://github.com/stacklio/stackl/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/stacklio/stackl/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/stacklio/stackl/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/stacklio/stackl/compare/v0.2.6...v0.3.0
[0.2.6]: https://github.com/stacklio/stackl/compare/v0.2.5...v0.2.6
Expand Down
2 changes: 1 addition & 1 deletion stackl/agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "agent"
version = "0.3.2dev"
version = "0.3.2"
description = ""
authors = ["Frederic <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion stackl/cli/setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.3.2dev"
__version__ = "0.3.2"

setup(
name='stackl-cli',
Expand Down
2 changes: 1 addition & 1 deletion stackl/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "core"
version = "0.3.2dev"
version = "0.3.2"
description = ""
authors = ["Frederic <[email protected]>"]

Expand Down

0 comments on commit f79df49

Please sign in to comment.