From c40fda405adb2fcd738a07a86244cbfbc07c743d Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 14 Dec 2023 15:34:25 +1000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..a9639a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))