All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 - 2021-12-29
- Typo on copier answer file exclude (f3c756d by rachmadani haryono). Related issues/PRs: #25
- Upgrade pydocstyle (673020f by Rachmadani Haryono).
- Use force flag when delete file (12320c6 by Rachmadani Haryono).
- Improve credits generation (6b42eef by rachmadani haryono). Related issues/PRs: #22, #24
- Remove dependencies upper bounds (55c277d by rachmadani haryono). Related issues/PRs: #19
0.3.2 - 2021-11-14
- Add Python 3.10 to CI configuration.
- Warn when
safety
is not available incheck-dependencies
task. - Upgrade some dependencies.
- Fix typing (mypy) warnings.
0.3.1 - 2021-03-14
- Stop using flakehell, use wps-light (228a424 by Timothée Mazzucotelli).
- Exclude fixtures from mypy checks (584d3d8 by Timothée Mazzucotelli).
0.3.0 - 2021-03-12
- Add precommit option and cleanup hook (ba8cfd4 by Timothée Mazzucotelli).
- Reduce installation time in GitHub CI (4a2a3b4 by Timothée Mazzucotelli).
- Stop including README and pyproject.toml in package (54ea35b by Timothée Mazzucotelli).
- Fix parameter expansion not to override empty
PYTHON_VERSIONS
(0837d9c by Timothée Mazzucotelli). Related issues/PRs: #11 - Fix license file being generated empty (b5f0fb3 by Timothée Mazzucotelli). Related issues/PRs: #8, #10
- Use repository provider in mkdocs
site_url
andrepo_url
(24f57a4 by WhatTheServer).
- Make templated badges more readable (4d3922d by Timothée Mazzucotelli).
- Drop bitbucket support (9ac3b03 by Timothée Mazzucotelli).
- Rework test coverage combining (10a1410 by Timothée Mazzucotelli).
- Set
site_dir
in mkdocs.yml accordingly to chosen provider (452b6b7 by WhatTheServer). Related issues/PRs: #12 - Various tweaks and improvements (56e4973 by WhatTheServer).
0.2.1 - 2021-02-11
- Don't query pypi.org to get missing packages info (ac6fe27 by Timothée Mazzucotelli).
0.2.0 - 2021-02-10
- Remove ipython dev-dependency (ee02d95 by Timothée Mazzucotelli).
- Reorganize docs navigation (12213ab by Timothée Mazzucotelli).
- Use
pymdownx.snippets
instead ofmarkdown_include
(2c07518 by Timothée Mazzucotelli).
- Generate credits when building docs (db79bd8 by Timothée Mazzucotelli).
- Integrate coverage html report into docs (d450918 by Timothée Mazzucotelli).
0.1.13 - 2021-02-03
- Don't autoescape when updating changelog (2b63c22 by Timothée Mazzucotelli).
0.1.12 - 2021-02-03
- Fix path in coverage config (e195a5b by Timothée Mazzucotelli).
- Reallow failure for docs on python 3.9 (56626c1 by Timothée Mazzucotelli).
0.1.11 - 2021-01-06
- Update mkdocstrings dependency (011b8fd by Timothée Mazzucotelli).
0.1.10 - 2020-12-06
- Fix ci cache key names (a22266c by Timothée Mazzucotelli).
- Allow check-docs failure on python 3.9 (33bebf9 by Timothée Mazzucotelli).
0.1.9 - 2020-11-18
- Fix ci detection and pty usage (20512fe by Timothée Mazzucotelli).
0.1.8 and below - 2020-11-11
Exploring templating abilities!