Skip to content

Commit

Permalink
0.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 24, 2023
1 parent 808a308 commit 8d2351c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 44 deletions.
51 changes: 8 additions & 43 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,30 @@



## v0.2.0 (2023-09-24)

### Ci
## v0.2.1 (2023-09-24)

* ci: setup publication on pypi ([`11fafe4`](https://github.com/Azraeht/euterpe/commit/11fafe48471eadb9326dbf45dd4d40c4dab3cf6d))

* ci: run semantic-release through poetry ([`6a95482`](https://github.com/Azraeht/euterpe/commit/6a954824418a3c7fba922132c1290a7c7b330129))

### Feature
## v0.2.0 (2023-09-24)

* feat: adding server run first command ([`64ea2f7`](https://github.com/Azraeht/euterpe/commit/64ea2f73b154c647f90e66758cd594ed96a7d670))
### Unknown

### Fix
* 0.2.0

* fix: fix semantic-release configuration and ci ([`bc11b52`](https://github.com/Azraeht/euterpe/commit/bc11b5271830ae0f8ca1c90523cd8af822d34a30))
Automatically generated by python-semantic-release ([`90f8a7c`](https://github.com/Azraeht/euterpe/commit/90f8a7c0606e795005fae75df53140346b2fda9c))


## v0.1.0 (2023-09-23)

### Build

* build: add python-semantic-release ([`c988f9d`](https://github.com/Azraeht/euterpe/commit/c988f9d62e07969c51b069806ab3099c40a66130))

* build: add rc522 dependencies and semantic-release config ([`0156c42`](https://github.com/Azraeht/euterpe/commit/0156c42630d16b59dbb1d822c5838889a239597e))

### Ci

* ci: fix semantic-release configuration ([`96f6a72`](https://github.com/Azraeht/euterpe/commit/96f6a72dc69c0a38ca730c996da28dc47693c53f))

* ci: put virtual-env out of repo ([`240970d`](https://github.com/Azraeht/euterpe/commit/240970df3514ab63b8c0df91cbd25d6735892c24))

* ci: improve github actions workflow ([`b2480a7`](https://github.com/Azraeht/euterpe/commit/b2480a741aa3703c473f52d24006b54bd093bc70))

* ci: fix python version and job name ([`a137cce`](https://github.com/Azraeht/euterpe/commit/a137cce1452421079e3c707e7e7c7e2ad01d4a36))

* ci: add github actions ([`9428a76`](https://github.com/Azraeht/euterpe/commit/9428a76d1037804e1f73be21dd4d6779b2ed27ba))

### Feature

* feat: add first API and cli commands ([`a494172`](https://github.com/Azraeht/euterpe/commit/a494172908a2492f8de372fbbbc784c28e9ff81c))

* feat: add ansible configuration for raspberry ([`d87d3de`](https://github.com/Azraeht/euterpe/commit/d87d3deffe70b3031d54f1dcacb09f0079e74f06))

* feat: init repository ([`f74b772`](https://github.com/Azraeht/euterpe/commit/f74b77253e29a57c914c380d37abca7549dff3c2))

### Fix

* fix: add euterpe folder creation on ansible playbook ([`7cbecfc`](https://github.com/Azraeht/euterpe/commit/7cbecfcb0f530c1fc93ec8fe0fea373e7cfd83f6))

### Style

* style: setup black configuration ([`b2808b5`](https://github.com/Azraeht/euterpe/commit/b2808b58d4f162c636c9ed181623d309f3a47466))

### Unknown

* doc: adding CI badge to the readme ([`b5b5074`](https://github.com/Azraeht/euterpe/commit/b5b50749b71968a13f01f76793b3110e51493ce4))
* 0.1.0

* doc: improve readme ([`6ebfa76`](https://github.com/Azraeht/euterpe/commit/6ebfa76428647ded93b4b4816863b25781333988))
Automatically generated by python-semantic-release ([`766af4b`](https://github.com/Azraeht/euterpe/commit/766af4b0fa30c55e912dad3687682d5f08d455a7))

* doc: udate documentation with run commands ([`f6361ec`](https://github.com/Azraeht/euterpe/commit/f6361ecfcff9c54f4eaafffc3f506d6370415aa8))
* doc: adding CI badge to the readme ([`b5b5074`](https://github.com/Azraeht/euterpe/commit/b5b50749b71968a13f01f76793b3110e51493ce4))

* doc: update documentation ([`c930f93`](https://github.com/Azraeht/euterpe/commit/c930f93418a3d20cd80453793883e92e8247b19e))
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 = "euterpe"
version = "0.2.0"
version = "0.2.1"
description = ""
authors = ["Brice Santus <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8d2351c

Please sign in to comment.