diff --git a/CHANGELOG.md b/CHANGELOG.md index b79b08d..a49b9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## [0.8.1](https://github.com/Blobfolio/dowser/releases/tag/v0.8.1) - 2023-10-15 + +### Changed + +* Bump `dactyl` to `0.6` + + + ## [0.8.0](https://github.com/Blobfolio/dowser/releases/tag/v0.8.0) - 2023-06-01 ### Changed diff --git a/CREDITS.md b/CREDITS.md index 13e032c..02f43f3 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -1,11 +1,10 @@ # Project Dependencies Package: dowser - Version: 0.8.0 - Generated: 2023-06-01 21:12:24 UTC + Version: 0.8.1 + Generated: 2023-10-16 01:29:37 UTC | Package | Version | Author(s) | License | | ---- | ---- | ---- | ---- | | [ahash](https://github.com/tkaitchuck/ahash) | 0.8.3 | [Tom Kaitchuck](mailto:tom.kaitchuck@gmail.com) | Apache-2.0 or MIT | | [cfg-if](https://github.com/alexcrichton/cfg-if) | 1.0.0 | [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT | -| [dactyl](https://github.com/Blobfolio/dactyl) | 0.5.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | -| [num-traits](https://github.com/rust-num/num-traits) | 0.2.15 | The Rust Project Developers | Apache-2.0 or MIT | +| [dactyl](https://github.com/Blobfolio/dactyl) | 0.6.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL | diff --git a/Cargo.toml b/Cargo.toml index c9fe6a0..3c24742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dowser" -version = "0.8.0" +version = "0.8.1" authors = ["Blobfolio, LLC. "] edition = "2021" rust-version = "1.70" @@ -29,7 +29,7 @@ man-dir = "./" credits-dir = "./" [dependencies] -dactyl = "0.5.*" +dactyl = "0.6.*" [dependencies.ahash] version = "0.8.*" diff --git a/justfile b/justfile index cba5b9e..ce47ee8 100644 --- a/justfile +++ b/justfile @@ -133,6 +133,7 @@ version: # Set the release version! just _version "{{ justfile_directory() }}" "$_ver2" + just credits # Set version for real. diff --git a/src/lib.rs b/src/lib.rs index 1ae0d96..4df823d 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -21,17 +21,6 @@ On the other hand, [`Dowser`] is optimized for _file_ searching; the iterator cr -## Installation - -Add `dowser` to your `dependencies` in `Cargo.toml`, like: - -```text,ignore -[dependencies] -dowser = "0.6.*" -``` - - - ## Example All you need to do is chain [`Dowser::default`] with one or more of the following seed methods: