From d9978a4dff0863ef0dd74ef5f55458fcdaf25972 Mon Sep 17 00:00:00 2001 From: Tim Schaefer Date: Wed, 13 Nov 2024 13:34:30 +0100 Subject: [PATCH] NEW: update version to 0.3.1 and list changes for it --- CHANGES | 6 ++++++ Project.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a141cd4..dfd3caa 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,12 @@ NeuroFormats.jl Changes ======================= + +Version 0.3.1 +------------- +- Merge pull request by @JakobAsslaender that updates the compat and cleaned up the test code. Thanks for the contribution! + + Version 0.3.0 -------------- - Add `write_label` function that can write a label dataframe to a FreeSurfer label file. diff --git a/Project.toml b/Project.toml index 878533d..553b20f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "NeuroFormats" uuid = "3448aec0-5570-4d68-9f4a-848140e12c29" authors = ["Tim Schäfer and contributors"] -version = "0.3.0" +version = "0.3.1" [deps] CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"