Skip to content

Commit 99c8a6b

Browse files
authored
Release 0.3.1 (#205)
* 0.3.1 changes
1 parent beb7edf commit 99c8a6b

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2021-01-21
11+
12+
### Fixed
13+
14+
- Fixed Stackl hosts
15+
- Fixed Stackl outputs
16+
1017
## [0.3.0] - 2021-01-07
1118

1219
### Fixed
@@ -61,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6168
- Add reporting policies
6269
- Add codeql-analysis
6370

64-
[unreleased]: https://github.com/stacklio/stackl/compare/v0.3.0...HEAD
71+
[unreleased]: https://github.com/stacklio/stackl/compare/v0.3.1...HEAD
72+
[0.3.1]: https://github.com/stacklio/stackl/compare/v0.3.0...v0.3.1
6573
[0.3.0]: https://github.com/stacklio/stackl/compare/v0.2.6...v0.3.0
6674
[0.2.6]: https://github.com/stacklio/stackl/compare/v0.2.5...v0.2.6
6775
[0.2.5]: https://github.com/stacklio/stackl/compare/v0.2.4...v0.2.5

stackl/agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "agent"
3-
version = "0.3.1dev"
3+
version = "0.3.1"
44
description = ""
55
authors = ["Frederic <[email protected]>"]
66

stackl/cli/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = "0.3.1dev"
3+
__version__ = "0.3.1"
44

55
setup(
66
name='stackl-cli',

stackl/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "core"
3-
version = "0.3.1dev"
3+
version = "0.3.1"
44
description = ""
55
authors = ["Frederic <[email protected]>"]
66

0 commit comments

Comments
 (0)