Skip to content

Commit 390cffe

Browse files
committed
chore: prepare release v0.2.0
1 parent a6e4751 commit 390cffe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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-
## [Unreleased]
7+
## [0.2.0] – 2023-05-23
88

99
### Added
1010

@@ -23,5 +23,5 @@ The format is based on [Keep a Changelog][keepachangelog], and this project adhe
2323
[keepachangelog]: https://keepachangelog.com/en/1.0.0
2424
[semver]: https://semver.org/spec/v2.0.0.html
2525

26-
[unreleased]: https://github.com/copier-org/jinja2-jsonschema/compare/v0.1.0...HEAD
26+
[0.2.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.2.0
2727
[0.1.0]: https://github.com/copier-org/jinja2-jsonschema/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "jinja2-jsonschema"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "JSON/YAML schema validation within Jinja2 templates"
55
license = "MIT"
66
classifiers = [

0 commit comments

Comments
 (0)