Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed Oct 16, 2023
2 parents b6a7275 + 4d06360 commit 29364cf
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 17 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -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 |
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dowser"
version = "0.8.0"
version = "0.8.1"
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
edition = "2021"
rust-version = "1.70"
Expand Down Expand Up @@ -29,7 +29,7 @@ man-dir = "./"
credits-dir = "./"

[dependencies]
dactyl = "0.5.*"
dactyl = "0.6.*"

[dependencies.ahash]
version = "0.8.*"
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ version:
# Set the release version!
just _version "{{ justfile_directory() }}" "$_ver2"
just credits
# Set version for real.
Expand Down
11 changes: 0 additions & 11 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 29364cf

Please sign in to comment.