Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Feb 27, 2021
1 parent a0d1a0c commit 82be9fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0]
## [0.3.0] - 2021-02-28
### Added
- Derive attribute to skip configuration fields.
- On set callbacks.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choices"
version = "0.2.0"
version = "0.3.0"
authors = ["Trisfald <[email protected]>"]
description = "HTTP configuration service by defining a struct."
documentation = "https://docs.rs/choices"
Expand All @@ -21,7 +21,7 @@ default = []
json = ["serde_json", "choices-derive/json"]

[dependencies]
choices-derive = { path = "choices-derive", version = "=0.2.0" }
choices-derive = { path = "choices-derive", version = "=0.3.0" }
async-trait = "0.1"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
warp = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion choices-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choices-derive"
version = "0.2.0"
version = "0.3.0"
authors = ["Trisfald <[email protected]>"]
description = "HTTP configuration service by defining a struct, derive crate."
documentation = "https://docs.rs/choices-derive"
Expand Down

0 comments on commit 82be9fc

Please sign in to comment.