Skip to content

Commit

Permalink
chore: prepare release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed May 23, 2023
1 parent a6e4751 commit 390cffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.2.0] – 2023-05-23

### Added

Expand All @@ -23,5 +23,5 @@ 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.1.0...HEAD
[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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jinja2-jsonschema"
version = "0.1.0"
version = "0.2.0"
description = "JSON/YAML schema validation within Jinja2 templates"
license = "MIT"
classifiers = [
Expand Down

0 comments on commit 390cffe

Please sign in to comment.