Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
kingwingfly committed Aug 1, 2024
1 parent bba8628 commit 5ea2354
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
-->

## [Unreleased]
## [0.5.1] - 2024-08-02

- update doc

## [0.5.0] - 2024-08-02

- use `rom_cache` crate for config caching
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["encrypt-config", "encrypt-config-derive", "tests", "examples"]
resolver = "2"

[workspace.package]
version = "0.5.0"
version = "0.5.1"
authors = ["Louis <[email protected]>"]
description = "A Rust crate to manage, persist and encrypt your configurations."
license = "MIT"
Expand All @@ -13,7 +13,7 @@ documentation = "https://docs.rs/encrypt-config"

[workspace.dependencies]
encrypt_config = { path = "encrypt-config", default-features = false }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.5.0" }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.5.1" }
keyring = { version = "2.3", default-features = false }
rom_cache = { version = "0.0.9" }

Expand Down
3 changes: 0 additions & 3 deletions encrypt-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ opt-level = 3

**So, too heavy workload will certainly lead to panic. See [`Config`] for detailes.**


**The bug is: multiple loads from disk may be performed if cache missed if multiple threads**

<!-- ABOUT THE PROJECT -->
## About The Project

Expand Down

0 comments on commit 5ea2354

Please sign in to comment.