Skip to content

Commit

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

## [Unreleased]

## [0.3.2] - 2024-06-23

- improve code quality

## [0.3.1] - 2024-06-23

- fix doc and spell mistakes
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.3.1"
version = "0.3.2"
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.3.1" }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.3.2" }
keyring = { version = "2.3", default-features = false }

[profile.dev]
Expand Down

0 comments on commit 0d903bb

Please sign in to comment.