-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Jul 14, 2023
1 parent
8b6febb
commit 3dcb4fb
Showing
2 changed files
with
116 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# CHANGELOG | ||
|
||
|
||
|
||
## v0.1.0 (2023-07-14) | ||
|
||
### Build | ||
|
||
* build(release): write permissions ([`a879fc5`](https://github.com/MicaelJarniac/crustypy-instance/commit/a879fc59170f33ad1754d2bda5fc01ddac33b0b6)) | ||
|
||
* build: install Poetry to build ([`c3e85a0`](https://github.com/MicaelJarniac/crustypy-instance/commit/c3e85a02327da48083ee686c67653c04d67735b3)) | ||
|
||
* build(deps): update lockfile ([`626e734`](https://github.com/MicaelJarniac/crustypy-instance/commit/626e7348a77bfe64105edb0be5bbfe6686f9eada)) | ||
|
||
* build(docs): install with Poetry ([`2823e58`](https://github.com/MicaelJarniac/crustypy-instance/commit/2823e58ce42b5f033d58c8f6e8ea310100bbd9d7)) | ||
|
||
* build(cd): use PyPI Trusted Publishing ([`da22dad`](https://github.com/MicaelJarniac/crustypy-instance/commit/da22dadcd756cbc3eeae1a521649028bb8ef75bb)) | ||
|
||
* build(ci): workflows ([`fbaa0ef`](https://github.com/MicaelJarniac/crustypy-instance/commit/fbaa0ef11a9ed81c15501e84ab460e3d743ffe0c)) | ||
|
||
* build(ci): pre-commit colors ([`3f833b4`](https://github.com/MicaelJarniac/crustypy-instance/commit/3f833b49b565e2770fb57b7fdabed2e68f52985e)) | ||
|
||
* build(ci): don't install setuptools, wheel ([`86ed9a8`](https://github.com/MicaelJarniac/crustypy-instance/commit/86ed9a82ccc8de25c39f81312eb26cb0cfcf128f)) | ||
|
||
* build(ci): move pre-commit inside Nox ([`ea1a8cf`](https://github.com/MicaelJarniac/crustypy-instance/commit/ea1a8cf918aa4852a220ef7e9ad5265383b57458)) | ||
|
||
* build(ci): specify Python version ([`483fe9d`](https://github.com/MicaelJarniac/crustypy-instance/commit/483fe9da8b1f4524aac3c6c621fa7418d27ad39c)) | ||
|
||
* build(ci): Poetry `--ansi` results in spam ([`8168177`](https://github.com/MicaelJarniac/crustypy-instance/commit/81681770e5bedb5dd8df50cfd72b14f726b9b46a)) | ||
|
||
* build(ci): remove redundant actions ([`3cedd60`](https://github.com/MicaelJarniac/crustypy-instance/commit/3cedd60b6741204a0fdc6677a22bd6f85566c2f0)) | ||
|
||
* build(ci): force color ([`b77cf84`](https://github.com/MicaelJarniac/crustypy-instance/commit/b77cf8455e964444876501c2d110d840b0dddd3f)) | ||
|
||
* build(ci): force color ([`1647bdc`](https://github.com/MicaelJarniac/crustypy-instance/commit/1647bdc72e1c650692b4aa5d342f7dabcfdd05cc)) | ||
|
||
* build(ci): experimenting ([`334255d`](https://github.com/MicaelJarniac/crustypy-instance/commit/334255d925d48e0b22900cd61f507dfc7a5c6e14)) | ||
|
||
* build(ci): run on any PR, push to main ([`1d463fd`](https://github.com/MicaelJarniac/crustypy-instance/commit/1d463fd9dd02708cb935c15430e3296354034498)) | ||
|
||
* build(ci): use `snok/install-poetry` ([`1b3ac11`](https://github.com/MicaelJarniac/crustypy-instance/commit/1b3ac11d1d59ceee1a0071dcf0ea8917903b6e5a)) | ||
|
||
* build(ci): `poetry shell` ([`eb06080`](https://github.com/MicaelJarniac/crustypy-instance/commit/eb06080e8e1c86ec7afd673a236bccf86cb95d47)) | ||
|
||
* build(ci): use Poetry ([`f30a9e9`](https://github.com/MicaelJarniac/crustypy-instance/commit/f30a9e94a25f06389952a4cf6c6aa757046d9ee8)) | ||
|
||
* build(ci): Poetry pre-commit hooks ([`12f5620`](https://github.com/MicaelJarniac/crustypy-instance/commit/12f5620c61d4a5de41da97f9e4d38e5b724029bd)) | ||
|
||
* build(dev-deps): create linting group ([`d216b13`](https://github.com/MicaelJarniac/crustypy-instance/commit/d216b136449b2d2aa9dc69876f1fc06bb5c32724)) | ||
|
||
* build(deps): `poetry.lock` ([`f1bd504`](https://github.com/MicaelJarniac/crustypy-instance/commit/f1bd504a701efff52c559607ab06c48e19aa6e02)) | ||
|
||
* build(deps): remove `toml` ([`d18a95e`](https://github.com/MicaelJarniac/crustypy-instance/commit/d18a95e5ca7f64b113ee61845077656df9d60320)) | ||
|
||
* build(deps): remove direct dep of `mypy-extensions` | ||
|
||
Mypy itself already depends on it. ([`5a6979c`](https://github.com/MicaelJarniac/crustypy-instance/commit/5a6979c2fd846d3cbce420644e2883feda0ed670)) | ||
|
||
* build: move to Poetry | ||
|
||
First step - moving `pyproject.toml`. ([`09dc8e3`](https://github.com/MicaelJarniac/crustypy-instance/commit/09dc8e3b50e12ffbbbb6df1fb1d18527e20ffad1)) | ||
|
||
### Chore | ||
|
||
* chore: remove `semver` dep ([`77fb2ec`](https://github.com/MicaelJarniac/crustypy-instance/commit/77fb2ec25570b6dd95fcc6c8e21ea2dbde1e2405)) | ||
|
||
* chore: `poetry.lock` ([`911427f`](https://github.com/MicaelJarniac/crustypy-instance/commit/911427ffc1641e305419d53ee0934adc17e4658b)) | ||
|
||
* chore: delete `constraints.txt` ([`49705cf`](https://github.com/MicaelJarniac/crustypy-instance/commit/49705cfb5da97341a57efe9a2282869457ff1c9a)) | ||
|
||
* chore: `tool.ruff.target-version` | ||
|
||
It doesn't understand Poetry's Python version setting. ([`21882e0`](https://github.com/MicaelJarniac/crustypy-instance/commit/21882e08d44e5a1a416e5386ded9ecc9744c8b09)) | ||
|
||
* chore(deps): separate Python and other deps ([`e228bf4`](https://github.com/MicaelJarniac/crustypy-instance/commit/e228bf47b2e7f90bee0d9acee8d6645029fe1e4b)) | ||
|
||
### Documentation | ||
|
||
* docs: Poetry ([`0f60fb6`](https://github.com/MicaelJarniac/crustypy-instance/commit/0f60fb6d3d08a7118ec94874b6c3485deb68e5c8)) | ||
|
||
### Feature | ||
|
||
* feat: initial commit ([`eaf619d`](https://github.com/MicaelJarniac/crustypy-instance/commit/eaf619d04a71d87135f8371c6c91d1badeaa4323)) | ||
|
||
### Fix | ||
|
||
* fix: Black wouldn't run if Ruff failed ([`39309b5`](https://github.com/MicaelJarniac/crustypy-instance/commit/39309b58488328834554daf41024d6b59daca3f9)) | ||
|
||
* fix(deps): downgrade `semver` | ||
|
||
Was incompatible with `python-semantic-release` ([`4d5a25e`](https://github.com/MicaelJarniac/crustypy-instance/commit/4d5a25e4964352b32e8d0403a07b528bf9a730c9)) | ||
|
||
* fix(tools): ignore `.venv` ([`74a406c`](https://github.com/MicaelJarniac/crustypy-instance/commit/74a406cdb7ece3539d0007eb4c127759e0bea1d9)) | ||
|
||
* fix(build): version variable ([`8ec480f`](https://github.com/MicaelJarniac/crustypy-instance/commit/8ec480fb2dd6b7df3837613c7cf22b608f6e56e2)) | ||
|
||
* fix(build): include from `src/` ([`0ffa934`](https://github.com/MicaelJarniac/crustypy-instance/commit/0ffa934ce7529148a3aabd33814bb108d6b580e0)) | ||
|
||
### Test | ||
|
||
* test: Nox with Poetry ([`8354116`](https://github.com/MicaelJarniac/crustypy-instance/commit/835411662613543cb7551d945d4e2bd3dbb0798e)) | ||
|
||
### Unknown | ||
|
||
* Revert "0.1.0" | ||
|
||
This reverts commit c6547ada54f35a9a9d8a055593c09f38b5c3b447. ([`8b6febb`](https://github.com/MicaelJarniac/crustypy-instance/commit/8b6febbf2cbf55b89d8b93a5af516ed43b076c16)) | ||
|
||
* Revert "0.1.0" | ||
|
||
This reverts commit 1ef6a06490382a95356be453072751a858da36d6. ([`264f567`](https://github.com/MicaelJarniac/crustypy-instance/commit/264f56785593b6ca3b38e9b02c43588b81da4baa)) | ||
|
||
* Merge pull request #1 from MicaelJarniac/poetry | ||
|
||
build: move to Poetry ([`ce2e6e8`](https://github.com/MicaelJarniac/crustypy-instance/commit/ce2e6e8548b7c80a38087c1481c637a73b66d2fa)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "crustypy-instance" | ||
version = "0.0.0" | ||
version = "0.1.0" | ||
description = "Generated with CrustyPy." | ||
authors = ["Micael Jarniac <[email protected]>"] | ||
license = "MIT" | ||
|