Releases: MicaelJarniac/crustypy-instance
v0.1.1
v0.1.1 (2023-07-14)
Build
-
build(release): fix build command (
f572ae9
) -
build(release):
build_command = "python -m build"
(d6b8234
) -
build: remove version classifiers, Poetry will add (
53f677c
) -
build: fix URLs (
83427df
) -
build(docs): fix Poetry install command (
a6233b1
)
Documentation
- docs(readme): fix action badge (
aae7635
)
Fix
- fix: force release (
05ca4a6
)
Unknown
- Merge pull request #4 from MicaelJarniac/template
Template (b2cb415
)
- Merge pull request #3 from MicaelJarniac/template
build(docs): fix Poetry install command (17f9a66
)
- Merge pull request #2 from MicaelJarniac/template
docs(readme): fix action badge (0507f7b
)
v0.1.0
v0.1.0 (2023-07-14)
Build
-
build(release): write permissions (
a879fc5
) -
build: install Poetry to build (
c3e85a0
) -
build(deps): update lockfile (
626e734
) -
build(docs): install with Poetry (
2823e58
) -
build(cd): use PyPI Trusted Publishing (
da22dad
) -
build(ci): workflows (
fbaa0ef
) -
build(ci): pre-commit colors (
3f833b4
) -
build(ci): don't install setuptools, wheel (
86ed9a8
) -
build(ci): move pre-commit inside Nox (
ea1a8cf
) -
build(ci): specify Python version (
483fe9d
) -
build(ci): Poetry
--ansi
results in spam (8168177
) -
build(ci): remove redundant actions (
3cedd60
) -
build(ci): force color (
b77cf84
) -
build(ci): force color (
1647bdc
) -
build(ci): experimenting (
334255d
) -
build(ci): run on any PR, push to main (
1d463fd
) -
build(ci): use
snok/install-poetry
(1b3ac11
) -
build(ci):
poetry shell
(eb06080
) -
build(ci): use Poetry (
f30a9e9
) -
build(ci): Poetry pre-commit hooks (
12f5620
) -
build(dev-deps): create linting group (
d216b13
) -
build(deps):
poetry.lock
(f1bd504
) -
build(deps): remove
toml
(d18a95e
) -
build(deps): remove direct dep of
mypy-extensions
Mypy itself already depends on it. (5a6979c
)
- build: move to Poetry
First step - moving pyproject.toml
. (09dc8e3
)
Chore
-
chore: remove
semver
dep (77fb2ec
) -
chore:
poetry.lock
(911427f
) -
chore: delete
constraints.txt
(49705cf
) -
chore:
tool.ruff.target-version
It doesn't understand Poetry's Python version setting. (21882e0
)
- chore(deps): separate Python and other deps (
e228bf4
)
Documentation
- docs: Poetry (
0f60fb6
)
Feature
- feat: initial commit (
eaf619d
)
Fix
-
fix: Black wouldn't run if Ruff failed (
39309b5
) -
fix(deps): downgrade
semver
Was incompatible with python-semantic-release
(4d5a25e
)
-
fix(tools): ignore
.venv
(74a406c
) -
fix(build): version variable (
8ec480f
) -
fix(build): include from
src/
(0ffa934
)
Test
- test: Nox with Poetry (
8354116
)
Unknown
- Revert "0.1.0"
This reverts commit c6547ad. (8b6febb
)
- Revert "0.1.0"
This reverts commit 1ef6a06. (264f567
)
- Merge pull request #1 from MicaelJarniac/poetry
build: move to Poetry (ce2e6e8
)