From 906f053ba6aed76dc8521459c9dfe0c9dca8325e Mon Sep 17 00:00:00 2001 From: Sigurd Spieckermann Date: Wed, 17 May 2023 13:58:33 +0200 Subject: [PATCH] chore: prepare release v0.1.0 --- CHANGELOG.md | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b435ea..2f69037 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](). -## [Unreleased] +## [0.1.0] – 2023-05-17 ### Added @@ -15,3 +15,5 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe [jinja-filter]: https://jinja.palletsprojects.com/en/latest/templates/#filters [keepachangelog]: https://keepachangelog.com/en/1.0.0 [semver]: https://semver.org/spec/v2.0.0.html + +[0.1.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.1.0 diff --git a/pyproject.toml b/pyproject.toml index 7240d97..26dd4aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jinja2-jsonschema" -version = "0.0.0" +version = "0.1.0" description = "JSON/YAML schema validation within Jinja2 templates" license = "MIT" classifiers = [