Skip to content

Commit 05cc48a

Browse files
Merge pull request #24 from RIVM-bioinformatics/release-please--branches--main
chore(main): release 0.5.2
2 parents f631d72 + 9845b8e commit 05cc48a

3 files changed

Lines changed: 26 additions & 2 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.5.1"
2+
".": "0.5.2"
33
}

CHANGELOG.md

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

3+
## [0.5.2](https://github.com/RIVM-bioinformatics/TrueConsense/compare/v0.5.1...v0.5.2) (2025-11-03)
4+
5+
6+
### Bug Fixes
7+
8+
* add handling of gff attributes with length of 1 ([8dde6d6](https://github.com/RIVM-bioinformatics/TrueConsense/commit/8dde6d6c3bf48164dbd83ffde737b2d12597db96))
9+
* fixed attribute parsing error ([3e3d3c6](https://github.com/RIVM-bioinformatics/TrueConsense/commit/3e3d3c65b4582ece7931ad2aba87b7e5c9b5c3c1))
10+
* fixed column name ([b3b33a8](https://github.com/RIVM-bioinformatics/TrueConsense/commit/b3b33a83d59e620c65786cec57250b639c9e41b8))
11+
* header obj was written instead of text ([5bb2dae](https://github.com/RIVM-bioinformatics/TrueConsense/commit/5bb2dae23756738d8bfa1d35df65c21e36ea21b6))
12+
* re-wrote the gff output function ([aa56f31](https://github.com/RIVM-bioinformatics/TrueConsense/commit/aa56f31fe7b927818b39d12108fc6ceb6eb2978a))
13+
* some gff lines dont have attributes ([05328c5](https://github.com/RIVM-bioinformatics/TrueConsense/commit/05328c5bbe4f0df6d8e7213f7e38f35c62a32828))
14+
* upgrade pysam everywhere ([edcbb96](https://github.com/RIVM-bioinformatics/TrueConsense/commit/edcbb96edf44213f547867b0b2fac007986944b7))
15+
16+
17+
### Dependencies
18+
19+
* pin dependency versions ([eda4948](https://github.com/RIVM-bioinformatics/TrueConsense/commit/eda4948606478051060e6870cc02fe82559bc2a7))
20+
* update aminoextract to version 0.4.1 ([369d152](https://github.com/RIVM-bioinformatics/TrueConsense/commit/369d152c49e274421170ae6d849c75f64c460e66))
21+
22+
23+
### Documentation
24+
25+
* minor changes to documentation ([ef1fc9e](https://github.com/RIVM-bioinformatics/TrueConsense/commit/ef1fc9e79bf1056c6332152465f1121f80baa182))
26+
327
### [0.5.1](https://www.github.com/RIVM-bioinformatics/TrueConsense/compare/v0.5.0...v0.5.1) (2022-11-24)
428

529

TrueConsense/version.py

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

0 commit comments

Comments
 (0)