Skip to content

Commit

Permalink
Merge pull request #59 from minos-framework/0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
Sergio García Prado authored Feb 3, 2022
2 parents 4b6f11f + 13abe5b commit 564d546
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
* Refactor `minos project new` command as `minos new project`.
* Refactor `minos project init` command as `minos init project`.
* Refactor `minos microservice new` command as `minos new microservice`.
* Refactor `minos microservice init` command as `minos init microservice`.
* Refactor `minos microservice init` command as `minos init microservice`.

## 0.1.1 (2022-02-03)

* Update links to the repository and website.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Minos CLI: Minos' microservices up and running

[![PyPI Latest Release](https://img.shields.io/pypi/v/minos-cli.svg?label=minos-cli)](https://pypi.org/project/minos-microservice-aggregate/)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/minos-framework/minos-python/pages%20build%20and%20deployment?label=docs)](https://minos-framework.github.io/minos-cli)
[![License](https://img.shields.io/github/license/minos-framework/minos-python.svg)](https://github.com/minos-framework/minos-python/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/minos-framework/minos-cli/pages%20build%20and%20deployment?label=docs)](https://minos-framework.github.io/minos-cli)
[![License](https://img.shields.io/github/license/minos-framework/minos-cli.svg)](https://github.com/minos-framework/minos-cli/blob/main/LICENSE)
[![Coverage](https://codecov.io/github/minos-framework/minos-cli/coverage.svg?branch=main)](https://codecov.io/gh/minos-framework/minos-cli)
[![Stack Overflow](https://img.shields.io/badge/Stack%20Overflow-Ask%20a%20question-green)](https://stackoverflow.com/questions/tagged/minos)
[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minos-framework/community)
Expand Down Expand Up @@ -49,15 +49,15 @@ Coming soon...

## Source Code

The source code of this project is hosted at [GitHub](https://github.com/minos-framework/minos-cli).
The source code of this project is hosted at [GitHub Repository](https://github.com/minos-framework/minos-cli).

## Getting Help

For usage questions, the best place to go to is [StackOverflow](https://stackoverflow.com/questions/tagged/minos).

## Discussion and Development

Most development discussions take place over the [GitHub Issues](https://github.com/minos-framework/minos-python/issues)
Most development discussions take place over the [GitHub Issues](https://github.com/minos-framework/minos-cli/issues)
. In addition, a [Gitter channel](https://gitter.im/minos-framework/community) is available for development-related
questions.

Expand All @@ -84,5 +84,5 @@ Please consider these guidelines before you submit any modification.

## License

This project is distributed under the [MIT](https://raw.githubusercontent.com/minos-framework/minos-python/main/LICENSE)
This project is distributed under the [MIT](https://raw.githubusercontent.com/minos-framework/minos-cli/main/LICENSE)
license.
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__ = "hey@minos.run"
__version__ = "0.1.0"
__version__ = "0.1.1"

from .api import (
app,
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "minos-cli"
version = "0.1.0"
version = "0.1.1"
description = "Command Line Interface for the Minos framework"
readme = "README.md"
repository = "https://github.com/clariteia/minos_cli"
homepage = "https://clariteia.com"
authors = ["Clariteia Devs <devs@clariteia.com>"]
repository = "https://github.com/minos-framework/minos-cli"
homepage = "http://www.minos.run/"
authors = ["Minos Framework Devs <hey@minos.run>"]
license = "MIT"
classifiers = [
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 564d546

Please sign in to comment.