Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 3.03 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 3.03 KB

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.0 - 2022-09-12

Compare with 0.2.0

Build

  • Require Copier v6+ (Python >= 3.7) (6380c90 by Timothée Mazzucotelli).

0.2.0 - 2021-12-27

Compare with 0.1.1

Build

  • Match Python cap to Copier's (a04f938 by Timothée Mazzucotelli).

Features

  • Support Jinja2 version 3.x (55211df by Timothée Mazzucotelli).

0.1.1 - 2021-03-29

Compare with 0.1.0

Bug Fixes

  • Fix loader extension (7d8b9e8 by Timothée Mazzucotelli).

Code Refactoring

  • Raise error from abstract hook (52494f8 by Timothée Mazzucotelli).
  • Raise Copier errors from loader extension (c136feb by Timothée Mazzucotelli).
  • Rename context module, inherit from default context class (855284a by Timothée Mazzucotelli).

0.1.0 - 2021-03-29

Compare with first commit

Code Refactoring

  • Reorganize code (474b617 by Timothée Mazzucotelli).

Features

  • Add context hook extension (ce95212 by Timothée Mazzucotelli).
  • Add initial contents (e745783 by Timothée Mazzucotelli).