From d5dc6f16470d61c4562614f6409cadfae9f52ad5 Mon Sep 17 00:00:00 2001 From: Stef Graces Date: Thu, 21 Jan 2021 16:18:37 +0100 Subject: [PATCH 1/2] 0.3.1 changes --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81f51c3b..3c9a0009 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] - 2021-01-21 + +### Fixed + +- Fixed Stackl hosts +- Fixed Stackl outputs + ## [0.3.0] - 2021-01-07 ### Fixed @@ -61,7 +68,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.0...HEAD +[unreleased]: https://github.com/stacklio/stackl/compare/v0.3.1...HEAD +[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 [0.2.5]: https://github.com/stacklio/stackl/compare/v0.2.4...v0.2.5 From 0f326f9228b1e6f008e1e7deb67fd5655be2cfaa Mon Sep 17 00:00:00 2001 From: Stef Graces Date: Thu, 21 Jan 2021 16:18:48 +0100 Subject: [PATCH 2/2] Prepare for 0.3.1 --- stackl/agent/pyproject.toml | 2 +- stackl/cli/setup.py | 2 +- stackl/core/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stackl/agent/pyproject.toml b/stackl/agent/pyproject.toml index e6719d48..caefeb93 100644 --- a/stackl/agent/pyproject.toml +++ b/stackl/agent/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agent" -version = "0.3.1dev" +version = "0.3.1" description = "" authors = ["Frederic "] diff --git a/stackl/cli/setup.py b/stackl/cli/setup.py index 34c51aa9..ff19b2f4 100644 --- a/stackl/cli/setup.py +++ b/stackl/cli/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = "0.3.1dev" +__version__ = "0.3.1" setup( name='stackl-cli', diff --git a/stackl/core/pyproject.toml b/stackl/core/pyproject.toml index 96e25363..4d02395a 100644 --- a/stackl/core/pyproject.toml +++ b/stackl/core/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "core" -version = "0.3.1dev" +version = "0.3.1" description = "" authors = ["Frederic "]