Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
domodwyer committed Jul 23, 2024
1 parent f255d0d commit fb85d0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "bloom2"
version = "0.3.2"
version = "0.4.0"
authors = ["Dom Dwyer <[email protected]>"]
edition = "2018"

license = "BSD-3-Clause"
description = "Fast, compressed 2-level bloom filter and bitmap"
description = "Fast, compressed, 2-level bloom filter and bitmap"
readme = "README.md"
documentation = "https://docs.rs/bloom2"
repository = "https://github.com/domodwyer/bloom2"
Expand Down

0 comments on commit fb85d0d

Please sign in to comment.