Skip to content

Commit

Permalink
chore: prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sisp committed May 17, 2023
1 parent 7d0a1b1 commit 906f053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 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]().

## [Unreleased]
## [0.1.0] – 2023-05-17

### Added

Expand All @@ -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
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.0.0"
version = "0.1.0"
description = "JSON/YAML schema validation within Jinja2 templates"
license = "MIT"
classifiers = [
Expand Down

0 comments on commit 906f053

Please sign in to comment.