From b597892041fb5dc096d43a757b3482bb20ba5293 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Fri, 22 Nov 2024 17:21:11 +0000 Subject: [PATCH] chore(sem-ver): 1.9.0 --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ pyproject.toml | 2 +- src/imgtools/__init__.py | 2 +- 3 files changed, 28 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45d52956..6e5da23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # CHANGELOG +## v1.9.0 (2024-11-22) + +### Features + +- Dicom-finder cli tool, and improve documentation + ([#142](https://github.com/bhklab/med-imagetools/pull/142), + [`2981baa`](https://github.com/bhklab/med-imagetools/commit/2981baac719da97d6ec6c3c444c046389d44baf3)) + +* docs: add mkdocs-include-markdown plugin for Markdown file inclusion + +* docs: add tag helpers documentation for DICOM utilities + +* docs: add documentation for finding DICOM files + +* Update src/imgtools/cli/dicomfind.py + +* feat: add regex filtering and improved logging for dicom_finder function + +* chore: exclude CLI files from coverage reporting + + ## v1.8.2 (2024-11-21) ### Bug Fixes @@ -8,6 +29,11 @@ - Update README with new CLI point and reorganize, and formatting ([`96c6ab6`](https://github.com/bhklab/med-imagetools/commit/96c6ab60488f97ee3830c7d4be8f96f1ebad0cac)) +### Chores + +- **sem-ver**: 1.8.2 + ([`359cc09`](https://github.com/bhklab/med-imagetools/commit/359cc09a910b00e617157a0474d5b16f44b3253a)) + ## v1.8.1 (2024-11-21) diff --git a/pyproject.toml b/pyproject.toml index ed8e0943..a330d6e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "med-imagetools" -version = "1.8.2" +version = "1.9.0" description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python" authors = [ { name = "Sejin Kim" }, diff --git a/src/imgtools/__init__.py b/src/imgtools/__init__.py index 5228a4cd..d27d1f87 100644 --- a/src/imgtools/__init__.py +++ b/src/imgtools/__init__.py @@ -1 +1 @@ -__version__ = "1.8.2" \ No newline at end of file +__version__ = "1.9.0" \ No newline at end of file