Skip to content

Commit

Permalink
MRG: update docs for v0.9.0 (#213)
Browse files Browse the repository at this point in the history
* update docs

* more

* remove errant dbg messages for now

* last changed at Feb 15, 2024 6:36 AM, pushed by C. Titus Brown

* try revert #209

* upd Cargo.lock

* last changed at Feb 17, 2024 6:50 AM, pushed by C. Titus Brown

* last changed at Feb 17, 2024 5:28 PM, pushed by C. Titus Brown

* last changed at Feb 17, 2024 5:29 PM, pushed by C. Titus Brown

* bump to v0.9.0

* Apply suggestions from code review

Co-authored-by: Tessa Pierce Ward <[email protected]>

---------

Co-authored-by: HackMD <37423+hackmd-hub[bot]@users.noreply.github.com>
Co-authored-by: Tessa Pierce Ward <[email protected]>
  • Loading branch information
3 people authored Feb 19, 2024
1 parent 8d138b3 commit 752a5d5
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 152 deletions.
133 changes: 63 additions & 70 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sourmash_plugin_branchwater"
version = "0.8.7-dev"
version = "0.9.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -16,7 +16,7 @@ sourmash = { version = "0.12.1", features = ["branchwater"] }
serde_json = "1.0.113"
niffler = "2.4.0"
log = "0.4.14"
env_logger = "0.11.1"
env_logger = "0.10.2"
simple-error = "0.3.0"
anyhow = "1.0.79"
zip = { version = "0.6", default-features = false, features = ["deflate"] }
Expand Down
Loading

0 comments on commit 752a5d5

Please sign in to comment.