From 953281f9b19a3a35fafb7b5ad7f833387608ae6d Mon Sep 17 00:00:00 2001 From: semantic-release Date: Wed, 11 Dec 2024 15:55:41 +0000 Subject: [PATCH] chore(sem-ver): 0.9.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac4f16..224b50c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # CHANGELOG +## v0.9.0 (2024-12-11) + +### Features + +- Update command name in CLI for improved clarity + ([`31f9d98`](https://github.com/bhklab/orcestra-downloader/commit/31f9d988cac74b2b25d16dafc9d3e611804f150b)) + + ## v0.8.0 (2024-12-11) +### Chores + +- **sem-ver**: 0.8.0 + ([`9328bdb`](https://github.com/bhklab/orcestra-downloader/commit/9328bdb7d108a61d5876f0e3d9df1b5219d04c20)) + ### Features - Update Python version support to include 3.10 and 3.11 in workflows and dependencies diff --git a/pyproject.toml b/pyproject.toml index 14f0933..9691111 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ #__________________________________________________________________________________________________# [project] name = "orcestra-downloader" -version = "0.8.0" +version = "0.9.0" description = "Simplified access to download data from orcestra.ca" license = "MIT"