Skip to content

Commit

Permalink
🚀 Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renardguill committed Sep 28, 2022
1 parent 508d0dd commit 1c07e18
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# CHANGELOG

## v0.2.0
## v1.0.0
* ✨ Add cli command
* 📝 Improve documentation
* 👷 Add CI/CD

## v0.1.0
* First implementation of program
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ $> pip install blablamower

### Release
```shell
$> wget https://github.com/renardguill/BlaBlaMower/releases/download/v0.1.0/blablamower-0.1.0-py3-none-any.whl
$> pip install blablamower-0.1.0-py3-none-any.whl
$> wget https://github.com/renardguill/BlaBlaMower/releases/download/v1.0.0/blablamower-1.0.0-py3-none-any.whl
$> pip install blablamower-1.0.0-py3-none-any.whl
```

### Source code
Expand All @@ -28,9 +28,17 @@ $> pip install blablamower-0.1.0-py3-none-any.whl
$> git clone https://github.com/renardguill/BlaBlaMower.git
$> cd BlaBlaMower
$> poetry build
$> pip install dist/blablamower-0.1.0-py3-none-any.whl
$> pip install dist/blablamower-1.0.0-py3-none-any.whl
```

## Update

### pypi
```shell
$> pip install blablamower --upgrade
```


## Usage

The program expect an input file constructed in the following manner: :
Expand Down
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 = "BlaBlaMower"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = ["Guillaume Renard <renardguillaume@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 1c07e18

Please sign in to comment.