Skip to content

Commit

Permalink
chore(sem-ver): 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
semantic-release committed Feb 7, 2025
1 parent e2c2c5e commit 15ebbbf
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# CHANGELOG


## v2.0.0-rc.2 (2025-02-07)

### Chores

- Comment out PyPI publish step in CI workflow
([`c42f5eb`](https://github.com/bhklab/med-imagetools/commit/c42f5eb848b254d2389fe58810f43cce389192b7))

- Update pixi.lock file
([`e2c2c5e`](https://github.com/bhklab/med-imagetools/commit/e2c2c5e75d1b30db2f4d4e5edb45cffcdff869ae))

### Features

- Allow CI-CD workflow to run on development branch
([`d832db9`](https://github.com/bhklab/med-imagetools/commit/d832db9bf165daefab5c849b16c81493799f89b7))

- Update docs and lockfile
([`6e07540`](https://github.com/bhklab/med-imagetools/commit/6e075408fd1ef5e4da4ec84000c558d8fa117e59))


## v2.0.0-rc.1 (2025-02-07)

### Chores
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "med-imagetools"
version = "2.0.0-rc.1"
version = "2.0.0-rc.2"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = [
{ name = "Sejin Kim" },
Expand Down
2 changes: 1 addition & 1 deletion src/imgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0.0-rc.1"
__version__ = "2.0.0-rc.2"

from .coretypes import BoxPadMethod, Coordinate3D, RegionBox, Size3D, Spacing3D
from .datasets import example_data, example_data_paths
Expand Down

0 comments on commit 15ebbbf

Please sign in to comment.