Skip to content

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesli124 committed Jan 14, 2025
1 parent f774ac4 commit 11a8775
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.10.6] - 2025-1-14

### Fixed
- More descriptive error message in `multi_wps` when an invalid interval
with `start > stop` is encountered. Now the chromosome name is mentioned
to assist users.

## [0.10.5] - 2025-1-9

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/finaletoolkit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Single-source module for the package version number.
"""

__version__ = "0.10.5"
__version__ = "0.10.6"

0 comments on commit 11a8775

Please sign in to comment.