Skip to content

Commit

Permalink
chore(sem-ver): 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Dec 10, 2024
1 parent 8178bca commit fdbf92e
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,60 @@
# CHANGELOG


## v0.2.0 (2024-12-10)

### Bug Fixes

- Refactor CI workflow to use matrix for environment variable and streamline setup
([`09a3944`](https://github.com/bhklab/orcestra-downloader/commit/09a3944904bf542265b69b8cb6dc645a8abd29fc))

- Simplify CI workflow by removing commented-out steps and updating release command in pixi.toml
([`8178bca`](https://github.com/bhklab/orcestra-downloader/commit/8178bca3cb5c27546357dac03f3fba53ff280306))

- Update cache response retrieval to include name parameter and adjust CI environment
([`e1b5577`](https://github.com/bhklab/orcestra-downloader/commit/e1b5577f6059ab6804b79f782e7dd05c3132c51c))

- Update CI workflow environment to 'quality' and adjust command execution
([`1cdcd39`](https://github.com/bhklab/orcestra-downloader/commit/1cdcd39a276ccfb59357b676c93fd0e652bc434e))

- Update CI workflow to use matrix for environment variable and streamline deployment process
([`cddbbb4`](https://github.com/bhklab/orcestra-downloader/commit/cddbbb4c3ab7ce4d168a2cd170dd2d09fcdf9ce9))

- Update CI workflow to use Python 3.13 environment
([`d99a9d2`](https://github.com/bhklab/orcestra-downloader/commit/d99a9d271d18ffed3d1320da79812638b790aae3))

- Update release command in CI workflow to use matrix environment variable
([`e0b0635`](https://github.com/bhklab/orcestra-downloader/commit/e0b063539867f52e0abc38e6e180a63aef82f4cf))

- Update semantic-release commands in pixi.toml to specify configuration file
([`23f7b25`](https://github.com/bhklab/orcestra-downloader/commit/23f7b2552a4a524878bad38a8423467c4dff0fe5))

- Update sha256 checksum for orcestra-downloader in pixi.lock
([`f259f13`](https://github.com/bhklab/orcestra-downloader/commit/f259f136efe078444d2e7d245517183955021761))

### Features

- Add CI/CD workflow and update development environment features in pixi.toml
([`49d0eac`](https://github.com/bhklab/orcestra-downloader/commit/49d0eac80638b5cdc1adc169a4fd38416b9d2d12))

- Add ToxicoSet and XevaSet models with JSON parsing and summary printing
([`e780e9d`](https://github.com/bhklab/orcestra-downloader/commit/e780e9da764c5d0ee398626b4ae5d8e8c63286d4))

- Enhance CLI with pretty printing options and improve usage documentation
([`b186135`](https://github.com/bhklab/orcestra-downloader/commit/b186135a62bd150116229daf5ed0d4891f1a1894))

- Implement logging configuration and data models for dataset handling
([`3e273e9`](https://github.com/bhklab/orcestra-downloader/commit/3e273e94bfa7807da740c517ea8e602be2357298))

- Update CLI structure and add dataset management commands with logging configuration
([`6d85aab`](https://github.com/bhklab/orcestra-downloader/commit/6d85aab15f97b7c7345e086a5fcefd479c603197))

### Refactoring

- Clean up code formatting and remove unused main module and tests
([`112242b`](https://github.com/bhklab/orcestra-downloader/commit/112242b6e90b918a26e57596f3840d68d41bd402))


## v0.1.0 (2024-12-09)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#__________________________________________________________________________________________________#
[project]
name = "orcestra-downloader"
version = "0.1.0"
version = "0.2.0"
description = "Simplified access to download data from orcestra.ca"
license = "MIT"

Expand Down

0 comments on commit fdbf92e

Please sign in to comment.