Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.1.0 #1

Merged
merged 1 commit into from
Dec 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## 0.1.0 (2023-12-14)


### Features

* add database download functionality ([0ebc674](https://github.com/mbhall88/nohuman/commit/0ebc674d789045e529de8fa3eaa9a63efb1175cd))
* add progress bar ([3c29372](https://github.com/mbhall88/nohuman/commit/3c2937216bf1a8bc5834b6abbf02d52c72ff8ef0))
* check dependencies option ([64353a3](https://github.com/mbhall88/nohuman/commit/64353a3815b686d3b40abc7238ff6684d3dbf4ed))
* initial commit ([3752150](https://github.com/mbhall88/nohuman/commit/37521500aaf87377f961f8f84a0882a4b4f8e5af))
* run kraken ([90a6e14](https://github.com/mbhall88/nohuman/commit/90a6e1494ba492b801927db57f4bb95b9ac896b5))


### Bug Fixes

* check input path exists when parsing cli ([1ce7150](https://github.com/mbhall88/nohuman/commit/1ce7150a89fbb24971a8d83dc4b1c8e6bf9665fa))
* correct db path ([9ea852f](https://github.com/mbhall88/nohuman/commit/9ea852fb43a562c859d2f364ef4b39c02731f775))
* don't load whole database into memory when downloading ([3e9ea23](https://github.com/mbhall88/nohuman/commit/3e9ea232a8e9f32566781592f2b65e2c6b7e1328))
* dont check if db exists on --check ([16bf181](https://github.com/mbhall88/nohuman/commit/16bf1816e027fd23ab91dec4903818a6f70a70f7))
* exit gracefully after download if no input ([189820d](https://github.com/mbhall88/nohuman/commit/189820db680910d53e19d95b59803e977c51686c))
* ignore gz suffix when naming output ([c558ce7](https://github.com/mbhall88/nohuman/commit/c558ce7b7863ae8043a7d46607dee0ef9b9db52a))
* make is_executable more portable ([c228686](https://github.com/mbhall88/nohuman/commit/c228686df9024f9a4475fe5f596a7dbfe56c4bc6))
Loading