Skip to content

Commit

Permalink
prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Trisfald committed Feb 18, 2021
1 parent f8f0842 commit a62dee0
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.2.0]
## [0.2.0] - 2021-02-18
### Added
- Option to enable json content type for all requests.

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.1.1"
version = "0.2.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.1.1" }
choices-derive = { path = "choices-derive", version = "=0.2.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.1.1"
version = "0.2.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 a62dee0

Please sign in to comment.