From 9328bdb7d108a61d5876f0e3d9df1b5219d04c20 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 11 Dec 2024 15:21:24 +0000 Subject: [PATCH] chore(sem-ver): 0.8.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ac3bf..dac4f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.8.0 (2024-12-11) + +### Features + +- Update Python version support to include 3.10 and 3.11 in workflows and dependencies + ([`f3fa34b`](https://github.com/bhklab/orcestra-downloader/commit/f3fa34b45c8b076693fda67eba6d7305a0600509)) + + ## v0.7.0 (2024-12-11) ### Chores @@ -8,6 +16,9 @@ - Format ([`27ada75`](https://github.com/bhklab/orcestra-downloader/commit/27ada758a5f7aa4c3194c296f68af87ba617fd34)) +- **sem-ver**: 0.7.0 + ([`f7bbf46`](https://github.com/bhklab/orcestra-downloader/commit/f7bbf46de8a81cfcd7411a8633961973761c22f1)) + ### Features - Add support for 'radiomicsets' dataset and enhance dataset download functionality with timeout diff --git a/pyproject.toml b/pyproject.toml index 1326743..14f0933 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ #__________________________________________________________________________________________________# [project] name = "orcestra-downloader" -version = "0.7.0" +version = "0.8.0" description = "Simplified access to download data from orcestra.ca" license = "MIT"