From a6a79b2f65d0f09636338f7e2d5cb490c1324e22 Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:15:46 -0500 Subject: [PATCH] Version bump to v0.2.1 Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- CHANGELOG.md | 6 +++++- CITATION.bib | 4 ++-- Project.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b263d2..f07c938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.1] - 2022-04-06 + ### Fixed - `html_div` syntax is now consistent with other functions ([#5](https://github.com/MillironX/Kelpie.jl/pull/5)) @@ -33,5 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Functions to create HTML nodes by name - Automatically-generated functions to generate types of HTML nodes -[unreleased]: https://github.com/MillironX/Kelpie.jl/compare/v0.1.0...HEAD +[unreleased]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...HEAD +[0.2.1]: https://github.com/MillironX/Kelpie.jl/compare/v0.2.1...v0.2.0 +[0.2.0]: https://github.com/MillironX/Kelpie.jl/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/MillironX/Kelpie.jl/releases/tag/v0.1.0 diff --git a/CITATION.bib b/CITATION.bib index 03b3273..e101d04 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -2,7 +2,7 @@ author = {Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors}, title = {Kelpie.jl}, url = {https://github.com/MillironX/Kelpie.jl}, - version = {v0.1.0}, + version = {v0.2.1}, year = {2022}, - month = {3} + month = {4} } diff --git a/Project.toml b/Project.toml index 76624bf..5a7e697 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Kelpie" uuid = "1b112299-d6bc-44e2-912a-478f25731460" authors = ["Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> and contributors"] -version = "0.2.0" +version = "0.2.1" [deps] EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"