Skip to content

Commit

Permalink
Merge pull request #103 from minos-framework/0.3.0
Browse files Browse the repository at this point in the history
0.3.1
  • Loading branch information
Sergio García Prado authored Apr 6, 2022
2 parents 0b2a82b + f7f4ac4 commit 06ffb9d
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 37 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,7 @@
## 0.3.0 (2022-04-01)

* Updated to Minos version `0.6`

## 0.3.1 (2022-04-06)

* Fixed bugs related to microservice testing.
2 changes: 1 addition & 1 deletion minos/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = "Minos Framework Devs"
__email__ = "[email protected]"
__version__ = "0.3.0"
__version__ = "0.3.1"

import sys

Expand Down
2 changes: 1 addition & 1 deletion minos/cli/templating/fetchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)

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


class TemplateFetcher:
Expand Down
68 changes: 34 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minos-cli"
version = "0.3.0"
version = "0.3.1"
description = "Command Line Interface for the Minos framework"
readme = "README.md"
repository = "https://github.com/minos-framework/minos-cli"
Expand Down

0 comments on commit 06ffb9d

Please sign in to comment.