Skip to content

Commit

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

## [Unreleased]

## [0.2.7] - 2024-06-21
## [0.2.8] - 2024-06-21

- doc: for linux doc
- remove unused error enum

## [0.2.6] - 2024-06-21
## [0.2.7] - 2024-06-21

- conditional compilation for `keyring`

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.2.7"
version = "0.2.8"
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.2.7" }
encrypt_config_derive = { path = "encrypt-config-derive", default-features = false, version = "0.2.8" }
keyring = { version = "2.3", default-features = false }

[profile.dev]
Expand Down

0 comments on commit fece188

Please sign in to comment.