Skip to content

Commit

Permalink
chore(main): release 0.2.2 (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2023
1 parent dc617c1 commit 00002f6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- - -
## [0.2.2](https://github.com/mbhall88/ontime/compare/0.2.1...0.2.2) (2023-10-30)


### Bug Fixes

* handle when wget not available for install ([dc617c1](https://github.com/mbhall88/ontime/commit/dc617c136e65feb5594a375bc28e7e89a35fdf0f))

## [0.2.1](https://github.com/mbhall88/ontime/compare/0.2.0..0.2.1) - 2023-10-30
#### Bug Fixes
- support start time from dorado bam [#2] - ([1404e38](https://github.com/mbhall88/ontime/commit/1404e383a062823f8868fa443c38e28ca34ea0f5)) - [@mbhall88](https://github.com/mbhall88)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ontime"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["Michael Hall <michael@mbh.sh>"]
description = "Extract subsets of ONT (Nanopore) reads based on time"
Expand Down

0 comments on commit 00002f6

Please sign in to comment.