Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.5.3 #262

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.5.3](https://github.com/bihealth/cubi-tk/compare/v0.5.2...v0.5.3) (2025-02-21)


### Bug Fixes

* [[#256](https://github.com/bihealth/cubi-tk/issues/256)] adapt check_local for cancer and pull_sheets fix ([#264](https://github.com/bihealth/cubi-tk/issues/264)) ([6e83503](https://github.com/bihealth/cubi-tk/commit/6e83503d5c33d319edc25ecac4b6ac5ce373f0ea))
* [[#256](https://github.com/bihealth/cubi-tk/issues/256)] cancer and multiassay support pull_sheets.py ([#258](https://github.com/bihealth/cubi-tk/issues/258)) ([de33b6a](https://github.com/bihealth/cubi-tk/commit/de33b6aba132ae2d50baa0c5af9c39b1323512fc))
* [[#256](https://github.com/bihealth/cubi-tk/issues/256)] support for multiple studies and multiple assays in sodar_common.py ([#259](https://github.com/bihealth/cubi-tk/issues/259)) ([d9def70](https://github.com/bihealth/cubi-tk/commit/d9def70fff67756424a9b7b345184002a0e87eab))
* [256] adapt sodar pull-raw-data for cancer ([#265](https://github.com/bihealth/cubi-tk/issues/265)) ([7253ad8](https://github.com/bihealth/cubi-tk/commit/7253ad85792482269f21fa7df0068ee59d8d4866))
* destination pattern for ONT prefix ([#266](https://github.com/bihealth/cubi-tk/issues/266)) ([d5a8de5](https://github.com/bihealth/cubi-tk/commit/d5a8de55299490182a4bee1113e60d02cc983fae))

## [0.5.2](https://github.com/bihealth/cubi-tk/compare/v0.5.1...v0.5.2) (2025-02-03)


Expand Down
2 changes: 1 addition & 1 deletion src/cubi_tk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.2"
__version__ = "0.5.3"