Skip to content

Commit 2dec481

Browse files
committed
chore(main): release vcfpy 0.14.2
1 parent 7a240d0 commit 2dec481

4 files changed

Lines changed: 31 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.14.1"
2+
".": "0.14.2"
33
}

CHANGELOG.md

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

3+
## [0.14.2](https://github.com/bihealth/vcfpy/compare/vcfpy-v0.14.1...vcfpy-v0.14.2) (2025-10-02)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* add type annotations ([#188](https://github.com/bihealth/vcfpy/issues/188)) (#189)
9+
10+
### Features
11+
12+
* add type annotations ([#188](https://github.com/bihealth/vcfpy/issues/188)) ([#189](https://github.com/bihealth/vcfpy/issues/189)) ([7ecb78e](https://github.com/bihealth/vcfpy/commit/7ecb78e19f58cb0eb7337038f330b7b36a4014d4))
13+
* force re-release as 0.14.1 for readthedocs release ([#195](https://github.com/bihealth/vcfpy/issues/195)) ([68d86e1](https://github.com/bihealth/vcfpy/commit/68d86e1cbc89a71a7dcce65e862eb5aac4965463))
14+
* remove pysam dependency ([#192](https://github.com/bihealth/vcfpy/issues/192)) ([#193](https://github.com/bihealth/vcfpy/issues/193)) ([34ff40a](https://github.com/bihealth/vcfpy/commit/34ff40adfa66f49a0b1c801ba68b6e2ec00415a6))
15+
16+
17+
### Bug Fixes
18+
19+
* A sample column value of 0|0 is not being parsed correctly ([#176](https://github.com/bihealth/vcfpy/issues/176)) ([#187](https://github.com/bihealth/vcfpy/issues/187)) ([ea28aed](https://github.com/bihealth/vcfpy/commit/ea28aed464f17dec13bc051e103a17168d4064a6))
20+
* escaped equal sign in INFO fields ([#171](https://github.com/bihealth/vcfpy/issues/171)) ([#172](https://github.com/bihealth/vcfpy/issues/172)) ([da013b8](https://github.com/bihealth/vcfpy/commit/da013b8ca3c48fa3b3a9eea5b333e68f89be06bd))
21+
* fix parse record error verbiage ([#175](https://github.com/bihealth/vcfpy/issues/175)) ([#186](https://github.com/bihealth/vcfpy/issues/186)) ([ff19171](https://github.com/bihealth/vcfpy/commit/ff19171b19b4d5544277e4768c1503a873f958d6))
22+
* fixing manifest for changelog ([#169](https://github.com/bihealth/vcfpy/issues/169)) ([83c5b8e](https://github.com/bihealth/vcfpy/commit/83c5b8e6cd1199245673cc0d8deb2d6f3646d183))
23+
* monorepo settings for release-please ([#197](https://github.com/bihealth/vcfpy/issues/197)) ([7a240d0](https://github.com/bihealth/vcfpy/commit/7a240d0288fdda9faad87c5283b57281b8d09753))
24+
* remove versioneer Python 3.12 compatibility ([#160](https://github.com/bihealth/vcfpy/issues/160)) ([5e2860e](https://github.com/bihealth/vcfpy/commit/5e2860e22042aa794304c8805ca716a39c88f24e))
25+
26+
27+
### Documentation
28+
29+
* improving docs ([#194](https://github.com/bihealth/vcfpy/issues/194)) ([9dba5c5](https://github.com/bihealth/vcfpy/commit/9dba5c54769d39b08edaac09587fcaecb81ad158))
30+
331
## [0.14.1](https://github.com/bihealth/vcfpy/compare/vcfpy-v0.14.0...vcfpy-v0.14.1) (2025-10-02)
432

533

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = []
1919
description = "Python 3 VCF library with good support for both reading and writing"
2020
keywords = []
2121
name = "vcfpy"
22-
version = "0.14.1"
22+
version = "0.14.2"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
2525

src/vcfpy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.1"
1+
__version__ = "0.14.2"

0 commit comments

Comments
 (0)