File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11__author__ = "Minos Framework Devs"
223- __version__ = "0.1.1 "
3+ __version__ = "0.1.2 "
44
55from .api import (
66 app ,
Original file line number Diff line number Diff line change 2121)
2222
2323TEMPLATE_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
2727class TemplateFetcher :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " minos-cli"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Command Line Interface for the Minos framework"
55readme = " README.md"
66repository = " https://github.com/minos-framework/minos-cli"
You can’t perform that action at this time.
0 commit comments