Skip to content

Commit

Permalink
Bump the version to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Sep 3, 2022
1 parent 374c423 commit 3723a6a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Mokabench — Change Log

## Version 0.7.0

### Added

- Added support for quick_cache, stretto and hashlink caches. ([#1][gh-pull-0001])

## Version 0.6.0

### Added
Expand Down Expand Up @@ -94,3 +100,5 @@
- `enable-invalidate`
- `enable-invalidate-all`
- `enable-invalidate-entries-if`

[gh-pull-0001]: https://github.com/moka-rs/mokabench/pull/1
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mokabench"
version = "0.6.0"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down Expand Up @@ -38,10 +38,9 @@ tokio = { version = "1.17.0", features = ["rt-multi-thread", "macros" ] }
[dependencies.moka09]
package = "moka"
optional = true
# version = "0.9.1"
# version = "0.9.3"
git = "https://github.com/moka-rs/moka"
branch = "master"
# path = "../moka-epoch09"
features = ["future", "dash"]

[dependencies.moka08]
Expand Down

0 comments on commit 3723a6a

Please sign in to comment.