Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Feb 1, 2021
1 parent a63fc2f commit 3ca5de4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,18 @@ this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.2.0]

### Added

- Support for reading from file streams - including stdin [[#2][2]]
- Support for reading from `gzip`-compressed files [[#5][5]]

### Changed

- Calling `open()` on an already-open `PafFile` will no longer raise and error, but
returns the (unchanged) `PafFile` object it was called on.

## [0.1.3]

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

2 changes: 1 addition & 1 deletion pafpy/__version__.py
@@ -1 +1 @@
__version__ = "0.1.3"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pafpy"
version = "0.1.3"
version = "0.2.0"
description = "A lightweight library for working with PAF (Pairwise mApping Format) files"
license = "Unlicense"
authors = ["Michael Hall <michael@mbh.sh>"]
Expand Down

0 comments on commit 3ca5de4

Please sign in to comment.