Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Sep 24, 2023
1 parent df16479 commit 4740d4d
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 8 deletions.
73 changes: 67 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,91 @@



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

### Fix

* fix: improve release and publish process ([`df16479`](https://github.com/Azraeht/euterpe/commit/df164798dc246c53a72be33ef29e74269e0728d9))


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

### Build

## v0.2.0 (2023-09-24)
* build: update build mechanism to use poetry ([`c1d0848`](https://github.com/Azraeht/euterpe/commit/c1d0848ef93bdea0942afe310b17c322af394314))

### Fix

* fix: rewrite build mechanism for semantic release ([`808a308`](https://github.com/Azraeht/euterpe/commit/808a3080fdb6e09867d12a831bed2c2c97123f33))

* fix: simplify release process ([`c50fea1`](https://github.com/Azraeht/euterpe/commit/c50fea140891fca8927169c022cb59c66b11ac97))

* fix: refactor release process ([`a466823`](https://github.com/Azraeht/euterpe/commit/a466823408c961ea885dfc8402d82edd7391b58e))

### Unknown

* 0.2.0
* 0.2.1 [skip ci] ([`8d2351c`](https://github.com/Azraeht/euterpe/commit/8d2351cc8396d1e664350581f932e2b34ac43ff0))


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

### Ci

* 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

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

Automatically generated by python-semantic-release ([`90f8a7c`](https://github.com/Azraeht/euterpe/commit/90f8a7c0606e795005fae75df53140346b2fda9c))
### Fix

* fix: fix semantic-release configuration and ci ([`bc11b52`](https://github.com/Azraeht/euterpe/commit/bc11b5271830ae0f8ca1c90523cd8af822d34a30))


## 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))

### Unknown
### Feature

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

Automatically generated by python-semantic-release ([`766af4b`](https://github.com/Azraeht/euterpe/commit/766af4b0fa30c55e912dad3687682d5f08d455a7))
* 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))

* doc: improve readme ([`6ebfa76`](https://github.com/Azraeht/euterpe/commit/6ebfa76428647ded93b4b4816863b25781333988))

* doc: udate documentation with run commands ([`f6361ec`](https://github.com/Azraeht/euterpe/commit/f6361ecfcff9c54f4eaafffc3f506d6370415aa8))

* doc: update documentation ([`c930f93`](https://github.com/Azraeht/euterpe/commit/c930f93418a3d20cd80453793883e92e8247b19e))
2 changes: 1 addition & 1 deletion euterpe/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.2.2"
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.1"
version = "0.2.2"
description = ""
authors = ["Brice Santus <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 4740d4d

Please sign in to comment.