From 4a890d06ed14335a37c26647e49204d3f8ab0944 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:39:45 +0100 Subject: [PATCH] chore(master): release 0.3.0 --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ altamisa/version.py | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..55becbd --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ +# Changelog + +## [0.3.0](https://github.com/bihealth/altamisa/compare/v0.2.9...v0.3.0) (2024-10-28) + + +### ⚠ BREAKING CHANGES + +* Support semicolon-separated lists in Performer fields ([#141](https://github.com/bihealth/altamisa/issues/141)) +* Support semicolon-separated lists in Factor Value fields + +### Features + +* Improved error messages for protocol parameters & components ([#106](https://github.com/bihealth/altamisa/issues/106)) ([571bfcc](https://github.com/bihealth/altamisa/commit/571bfcc68cca19ef42b26075ff5a3c116b6e77b8)) +* Set up proper type checking ([40c81ae](https://github.com/bihealth/altamisa/commit/40c81ae1bbe5a609f504ea76e7e90906bbf7f4de)) +* Support semicolon-separated lists in Factor Value fields ([5518814](https://github.com/bihealth/altamisa/commit/551881414ea10f058e66cd7180cfb912986b71cf)) +* Support semicolon-separated lists in Performer fields ([#141](https://github.com/bihealth/altamisa/issues/141)) ([ef8668c](https://github.com/bihealth/altamisa/commit/ef8668c246ab5364d1aac7636c81817a94bdc304)) + + +### Bug Fixes + +* Inconsistent attribute naming ([#127](https://github.com/bihealth/altamisa/issues/127)) ([2572456](https://github.com/bihealth/altamisa/commit/2572456fa7d0c6a2611f5a4a85603e04fcd37240)) +* Typo in missing STUDY section error msg ([#103](https://github.com/bihealth/altamisa/issues/103)) ([57fb63d](https://github.com/bihealth/altamisa/commit/57fb63d6d7604798016311d1b7feeb0721f0744f)) + + +### Miscellaneous Chores + +* bump version to 0.3.0 ([5f086f0](https://github.com/bihealth/altamisa/commit/5f086f01ee83bcefee87c66ad10b71d9b26e3417)) diff --git a/altamisa/version.py b/altamisa/version.py index 75cf783..493f741 100644 --- a/altamisa/version.py +++ b/altamisa/version.py @@ -1 +1 @@ -__version__ = "0.2.9" +__version__ = "0.3.0"