Skip to content

Changelog¤

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.3.1 - 2021-03-14¤

Compare with 0.3.0

Code Refactoring¤

  • 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¤

Compare with 0.2.1

Features¤

  • Add precommit option and cleanup hook (ba8cfd4 by Timothée Mazzucotelli).

Performance Improvements¤

  • Reduce installation time in GitHub CI (4a2a3b4 by Timothée Mazzucotelli).

Bug Fixes¤

  • 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 and repo_url (24f57a4 by WhatTheServer).

Code Refactoring¤

  • 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¤

Compare with 0.2.0

Performance Improvements¤

  • Don't query pypi.org to get missing packages info (ac6fe27 by Timothée Mazzucotelli).

0.2.0 - 2021-02-10¤

Compare with 0.1.13

Code Refactoring¤

  • Remove ipython dev-dependency (ee02d95 by Timothée Mazzucotelli).
  • Reorganize docs navigation (12213ab by Timothée Mazzucotelli).
  • Use pymdownx.snippets instead of markdown_include (2c07518 by Timothée Mazzucotelli).

Features¤

  • 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¤

Compare with 0.1.12

Bug Fixes¤

  • Don't autoescape when updating changelog (2b63c22 by Timothée Mazzucotelli).

0.1.12 - 2021-02-03¤

Compare with 0.1.11

Bug Fixes¤

  • Fix path in coverage config (e195a5b by Timothée Mazzucotelli).

Code Refactoring¤

  • Reallow failure for docs on python 3.9 (56626c1 by Timothée Mazzucotelli).

0.1.11 - 2021-01-06¤

Compare with 0.1.10

Code Refactoring¤

  • Update mkdocstrings dependency (011b8fd by Timothée Mazzucotelli).

0.1.10 - 2020-12-06¤

Compare with 0.1.9

Bug Fixes¤

  • Fix ci cache key names (a22266c by Timothée Mazzucotelli).

Code Refactoring¤

  • Allow check-docs failure on python 3.9 (33bebf9 by Timothée Mazzucotelli).

0.1.9 - 2020-11-18¤

Compare with 0.1.8

Bug Fixes¤

  • Fix ci detection and pty usage (20512fe by Timothée Mazzucotelli).

0.1.8 and below - 2020-11-11¤

Compare with first commit

Exploring templating abilities!