From ef527b742221d7b157a5b3e61ade3b6b0663e1ad Mon Sep 17 00:00:00 2001 From: Clemens Brunner Date: Wed, 23 Feb 2022 21:05:10 +0100 Subject: [PATCH] Bump version to 0.2.0 --- CHANGELOG.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fbbcb..a8ba32e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [Unreleased] - XXXX-XX-XX +## [0.2.0] - 2022-02-23 - Add support for string markers and string streams ([#2](https://github.com/cbrnr/XDF.jl/pull/2) by [Alberto Barradas](https://github.com/abcsds) and [Clemens Brunner](https://github.com/cbrnr)) - Make header and footer XML available in "xml" key ([#4](https://github.com/cbrnr/XDF.jl/pull/4) by [Alberto Barradas](https://github.com/abcsds)) diff --git a/Project.toml b/Project.toml index 47f7dd0..0f300dd 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "XDF" uuid = "31bc19ec-0089-417f-990e-a2b5e7515868" authors = ["Clemens Brunner "] -version = "0.1.0" +version = "0.2.0" [deps] Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"