-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) |