Skip to content

Commit 2f215bc

Browse files
committed
New version
issue #?
1 parent 318ded8 commit 2f215bc

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@
3232

3333
* Deploy command is no longer supported.
3434
* Quickstart updated for better user experience.
35+
36+
## 0.2.0 (2022-02-16)
37+
38+
* Microservices are now created within `microservices` directory.
39+
* `version` commands added.
40+
* Minos CLI no longer generates `__pycache__` archives.

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.1.3"
3+
__version__ = "0.2.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.1.3"
3+
version = "0.2.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)