We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ffb9d commit 3b94651Copy full SHA for 3b94651
HISTORY.md
@@ -59,3 +59,8 @@
59
## 0.3.1 (2022-04-06)
60
61
* 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
@@ -1,6 +1,6 @@
1
__author__ = "Minos Framework Devs"
2
__email__ = "[email protected]"
3
-__version__ = "0.3.1"
+__version__ = "0.4.0"
4
5
import sys
6
pyproject.toml
[tool.poetry]
name = "minos-cli"
-version = "0.3.1"
+version = "0.4.0"
description = "Command Line Interface for the Minos framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-cli"
0 commit comments