Skip to content

Commit 3b94651

Browse files
committed
- Version 0.4.0
issue #?
1 parent 06ffb9d commit 3b94651

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,8 @@
5959
## 0.3.1 (2022-04-06)
6060

6161
* Fixed bugs related to microservice testing.
62+
63+
## 0.4.0 (2022-04-29)
64+
65+
* Updated to Minos version `0.7`.
66+
* Used Confluent's Docker image.

minos/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__author__ = "Minos Framework Devs"
22
__email__ = "[email protected]"
3-
__version__ = "0.3.1"
3+
__version__ = "0.4.0"
44

55
import sys
66

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 = "minos-cli"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "Command Line Interface for the Minos framework"
55
readme = "README.md"
66
repository = "https://github.com/minos-framework/minos-cli"

0 commit comments

Comments
 (0)