Skip to content

Commit 551d65b

Browse files
authored
Merge pull request #67 from minos-framework/0.1.2
0.1.2
2 parents 53b7e8a + 88fcff5 commit 551d65b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

HISTORY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@
2121

2222
## 0.1.1 (2022-02-03)
2323

24-
* Update links to the repository and website.
24+
* Update links to the repository and website.
25+
26+
## 0.1.2 (2022-02-10)
27+
28+
* Docker as default deployer.
29+
* Fixed bugs.

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.1"
3+
__version__ = "0.1.2"
44

55
from .api import (
66
app,

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.1.0"
24+
TEMPLATE_VERSION: Final[str] = "v0.1.1"
2525

2626

2727
class TemplateFetcher:

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.1"
3+
version = "0.1.2"
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)