Skip to content

Commit 3ca5de4

Browse files
committed
bump version to 0.2.0
1 parent a63fc2f commit 3ca5de4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
77

88
## [Unreleased]
99

10+
## [0.2.0]
11+
12+
### Added
13+
14+
- Support for reading from file streams - including stdin [[#2][2]]
15+
- Support for reading from `gzip`-compressed files [[#5][5]]
16+
17+
### Changed
18+
19+
- Calling `open()` on an already-open `PafFile` will no longer raise and error, but
20+
returns the (unchanged) `PafFile` object it was called on.
21+
1022
## [0.1.3]
1123

1224
### Fixed
@@ -33,6 +45,9 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
3345
[0.1.1]: https://github.com/mbhall88/pafpy/releases/tag/0.1.1
3446
[0.1.2]: https://github.com/mbhall88/pafpy/releases/tag/0.1.2
3547
[0.1.3]: https://github.com/mbhall88/pafpy/releases/tag/0.1.3
48+
[0.2.0]: https://github.com/mbhall88/pafpy/releases/tag/0.2.0
49+
[2]: https://github.com/mbhall88/pafpy/issues/2
3650
[4]: https://github.com/mbhall88/pafpy/issues/4
51+
[5]: https://github.com/mbhall88/pafpy/issues/5
3752
[Unreleased]: https://github.com/snakemake/snakefmt/compare/0.1.3...HEAD
3853

pafpy/__version__.py

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pafpy"
3-
version = "0.1.3"
3+
version = "0.2.0"
44
description = "A lightweight library for working with PAF (Pairwise mApping Format) files"
55
license = "Unlicense"
66
authors = ["Michael Hall <michael@mbh.sh>"]

0 commit comments

Comments
 (0)