From 120b9530ac9a25154f24e2008243d0eb273b76a2 Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Wed, 16 Oct 2024 17:35:02 +0200 Subject: [PATCH] chore: prepare release v0.3.0 --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1e2388..ac489a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog][keepachangelog], and this project adheres to [Semantic Versioning][semver]. -## [Unreleased] +## [0.3.0] – 2024-10-16 ### Added @@ -40,7 +40,7 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe [keepachangelog]: https://keepachangelog.com/en/1.0.0 [semver]: https://semver.org/spec/v2.0.0.html -[unreleased]: https://github.com/copier-org/jinja2-jsonschema/compare/v0.2.1...HEAD +[0.3.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.3.0 [0.2.1]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.2.1 [0.2.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.2.0 [0.1.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index dfb92ea..cf253c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "jinja2-jsonschema" -version = "0.2.1" +version = "0.3.0" description = "JSON/YAML schema validation within Jinja2 templates" license = { text = "MIT" } requires-python = ">=3.9" diff --git a/uv.lock b/uv.lock index d0d1535..947d2f1 100644 --- a/uv.lock +++ b/uv.lock @@ -161,7 +161,7 @@ wheels = [ [[package]] name = "jinja2-jsonschema" -version = "0.2.1" +version = "0.3.0" source = { editable = "." } dependencies = [ { name = "jinja2" },