Skip to content

Commit

Permalink
bump: version 0.22.7 → 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tshauck committed Dec 15, 2024
1 parent 95bf089 commit 0b745fa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## v0.23.0 (2024-12-15)

### Feat

- add BZIP2 (.bz2) support for reading fasta and fastq (#185)
- finish transition to file options (#166)
- remove readers (#165)

## v0.22.7 (2024-07-26)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "biobear"
version = "0.22.7"
version = "0.23.0"

[lib]
crate-type = ["cdylib"]
Expand Down
2 changes: 1 addition & 1 deletion cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_conventional_commits",
"version": "0.22.7",
"version": "0.23.0",
"tag_format": "v$version",
"version_files": [
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "biobear"
readme = "README.md"
requires-python = ">=3.9"
description = "A package for working with Bioinformatics data with SQL and Arrow"
version = "0.22.7"
version = "0.23.0"

[tool.maturin]
features = ["pyo3/extension-module"]
Expand Down
2 changes: 1 addition & 1 deletion python/biobear/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from .biobear import __runtime


__version__ = "0.22.7"
__version__ = "0.23.0"

__all__ = [
"compression",
Expand Down

0 comments on commit 0b745fa

Please sign in to comment.