Releases: alexpovel/ancv
Releases · alexpovel/ancv
v0.10.0
0.10.0 (2022-08-10)
Features
- web: Provide
Server-Timing
Header (a2c2b9e)
v0.9.0
0.9.0 (2022-08-08)
Features
- cli: Add
list
command to display all available components (eaaa00c), closes #36
- cli: Add
version
CLI command (8332d84)
- tests: Add new Makefile target + CI job for codecov.io upload (d451c28)
Bug Fixes
- tests: Remove unused fixture (6fd7baa)
v0.8.0
0.8.0 (2022-07-26)
Features
- app: Add
ascii_only
option (2efdc09)
v0.7.0
0.7.0 (2022-07-24)
Features
- ci: Cache
poetry
dependencies (23dca4b)
- cli: Add command to serve a single file (6318e96)
v0.6.1
0.6.1 (2022-07-23)
Bug Fixes
- build: Fixed Dockerfile using old CLI syntax (39fa5c8)
- cli: Turn 'Arguments' into 'Options' (756b681)
v0.6.0
0.6.0 (2022-07-23)
Features
- cli: Add
--verbose
CLI option (0c22e8c)
- cli: Replace
click
with typer
(a50d347)
v0.5.2
0.5.2 (2022-07-19)
Bug Fixes
- build: Allow cached Docker builds (4edb27b)
- build: Reorder jobs and steps (de7b891)
- build: Use
main
branch (2888677)
- git: Only run Python tasks on Python files (cfd0fdb)
- web: Use new env var, redirect properly for browsers (c887388)
v0.5.1
0.5.1 (2022-07-19)
Bug Fixes
- build: Move Docker image creation to 'publish' pipeline (b43039f)
v0.5.0
0.5.0 (2022-07-19)
Features
- build: Add GitHub Actions job to upload Docker image (b2e54f2)
v0.4.0
0.4.0 (2022-07-18)
Features
- ci: Add
release-please
config (01093ae)
- git: Add
commitizen
commit lint for Conventional Commits (a8c5937)
Bug Fixes