From 8fd2e7c8022498f12cd5107887021ac83086794b Mon Sep 17 00:00:00 2001 From: "Thomas A. Christensen II" <25492070+MillironX@users.noreply.github.com> Date: Tue, 5 Apr 2022 16:51:09 -0500 Subject: [PATCH] Version bump to v0.2.0 Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com> --- CHANGELOG.md | 2 ++ Project.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ec0d6e..88239ba 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.0] - 2022-04-05 + ### Added - Way more unit tests ([#4](https://github.com/MillironX/Kelpie.jl/pull/4)) diff --git a/Project.toml b/Project.toml index c1f2545..76624bf 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.1.0" +version = "0.2.0" [deps] EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615"