Skip to content

Commit f7f4ac4

Browse files
committed
- Version 0.3.1.
issue #?
1 parent 75555de commit f7f4ac4

File tree

5 files changed

+41
-37
lines changed

5 files changed

+41
-37
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@
5555
## 0.3.0 (2022-04-01)
5656

5757
* Updated to Minos version `0.6`
58+
59+
## 0.3.1 (2022-04-06)
60+
61+
* Fixed bugs related to microservice testing.

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.0"
3+
__version__ = "0.3.1"
44

55
import sys
66

minos/cli/templating/fetchers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
)
2222

2323
TEMPLATE_URL: Final[str] = "https://github.com/minos-framework/minos-templates/releases/download"
24-
TEMPLATE_VERSION: Final[str] = "v0.2.0"
24+
TEMPLATE_VERSION: Final[str] = "v0.2.1"
2525

2626

2727
class TemplateFetcher:

poetry.lock

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0"
3+
version = "0.3.1"
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)