Skip to content

Commit a5b3285

Browse files
committed
chore: prepare release v0.2.0
1 parent 2f5611c commit a5b3285

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver].
66

7+
## [0.2.0] – 2025-11-20
8+
9+
### Added
10+
11+
- Add support for Python 3.14.
12+
13+
### Removed
14+
15+
- Drop support for Python 3.9.
16+
717
## [0.1.0] – 2025-03-05
818

919
### Added
@@ -18,3 +28,4 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
1828
[semver]: https://semver.org/spec/v2.0.0.html
1929

2030
[0.1.0]: https://github.com/copier-org/jinja2-copier-extension/releases/tag/v0.1.0
31+
[0.2.0]: https://github.com/copier-org/jinja2-copier-extension/releases/tag/v0.2.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jinja2-copier-extension"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Copier's built-in Jinja2 extension, inspired by Ansible, outsourced for you"
55
license = { text = "MIT" }
66
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)