Skip to content

Commit 0fbaca9

Browse files
committed
chore(main): release 0.1.2
1 parent 0405e71 commit 0fbaca9

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/bihealth/svirlpool/compare/v0.1.1...v0.1.2) (2026-02-25)
4+
5+
6+
### Bug Fixes
7+
8+
* candidate regions clumping ([#57](https://github.com/bihealth/svirlpool/issues/57)) ([6aadd92](https://github.com/bihealth/svirlpool/commit/6aadd92e84863f84bb191f353afeb3861a3738d4))
9+
* move release-PR guard to step level and drop --no-install ([#61](https://github.com/bihealth/svirlpool/issues/61)) ([0405e71](https://github.com/bihealth/svirlpool/commit/0405e71a0671ab6c165310dc8092e795e9b755bd))
10+
* skip implicit pixi install before lockfile regeneration ([#59](https://github.com/bihealth/svirlpool/issues/59)) ([c8c8787](https://github.com/bihealth/svirlpool/commit/c8c878749d01c2e4b7c27d4a6792c580060c6cc4))
11+
312
## [0.1.1](https://github.com/bihealth/svirlpool/compare/v0.1.0...v0.1.1) (2026-02-05)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = ["hatchling"]
66
name = "svirlpool"
77
authors = [{ name = "Vinzenz May", email = "vinzenz.may@bih-charite.de" }]
88
description = "Svirlpool: structural variant detection from long read sequencing by local assembly"
9-
version = "0.1.1"
9+
version = "0.1.2"
1010
readme = "README.md"
1111
keywords = ["bioinformatics"]
1212
license = "MIT"

src/svirlpool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"
22

33

44
def get_versions():

0 commit comments

Comments
 (0)