diff --git a/CHANGELOG.md b/CHANGELOG.md index fd98414..8e7c03f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,33 @@ # CHANGELOG +## v0.11.0 (2024-12-13) + +### Chores + +- Update readme + ([`44d2f59`](https://github.com/bhklab/orcestra-downloader/commit/44d2f590d26840ac001e04c3cc7cec7b32bbef11)) + +### Features + +- Improve CLI help text and dataset naming conventions + ([#2](https://github.com/bhklab/orcestra-downloader/pull/2), + [`4ee9b57`](https://github.com/bhklab/orcestra-downloader/commit/4ee9b57649a9f53f7cbe5dbf2e9b1777f691c893)) + +* feat: improve help + table naming + +* enhancement: enhance CLI help text and add epilog for issue reporting + +closes #1 + + ## v0.10.0 (2024-12-11) +### Chores + +- **sem-ver**: 0.10.0 + ([`6e2a6ba`](https://github.com/bhklab/orcestra-downloader/commit/6e2a6ba5a43ddc2e7779941f7a8d0635cce4bbb7)) + ### Features - Add media task command for GIF updates in pixi.toml diff --git a/pyproject.toml b/pyproject.toml index 60db1c0..acb7ec3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ #__________________________________________________________________________________________________# [project] name = "orcestra-downloader" -version = "0.10.0" +version = "0.11.0" description = "Simplified access to download data from orcestra.ca" license = "MIT"