Skip to content

Commit ed30a49

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2022-07-20) ### Bug Fixes * change exception for a warning as the stack validation can fail because docker is not installed ([8080462](8080462)) * mock unit test jic docker is not installed ([4a0384a](4a0384a)) * update readme file ([e28622b](e28622b)) ### Features * add workflow for testing and release ([65b6959](65b6959))
1 parent 3b50e51 commit ed30a49

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Semantic Versioning Changelog
2+
3+
# 1.0.0 (2022-07-20)
4+
5+
6+
### Bug Fixes
7+
8+
* change exception for a warning as the stack validation can fail because docker is not installed ([8080462](https://github.com/ScienceLogic/stackconfig/commit/8080462a8b7f2c9474a4c3e329720c99462d6508))
9+
* mock unit test jic docker is not installed ([4a0384a](https://github.com/ScienceLogic/stackconfig/commit/4a0384a0ca61045f29d737978a5854efbf1ff62d))
10+
* update readme file ([e28622b](https://github.com/ScienceLogic/stackconfig/commit/e28622b2e3036f7f69f6132456dbeb5d08cb170c))
11+
12+
13+
### Features
14+
15+
* add workflow for testing and release ([65b6959](https://github.com/ScienceLogic/stackconfig/commit/65b6959b9a7bda049bc16709d3c9ffe9fa80a915))

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ universal = 1
33

44
[metadata]
55
description-file = README.md
6-
version = 0.1.0
6+
version = 1.0.0
7+

0 commit comments

Comments
 (0)