Skip to content

Commit

Permalink
Release actix-web-validator 2.1.0 🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Jun 7, 2021
1 parent 9be9f11 commit fc5ad81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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).

## [Unreleased]

## [2.1.0] 2021-06-07
### Added
- [#23](https://github.com/rambler-digital-solutions/actix-web-validator/pull/23): Add serde_qs support query deserialization.
- [#20](https://github.com/rambler-digital-solutions/actix-web-validator/issues/20): Adds some additional information about validation errors into default HTTP response.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-validator"
version = "2.0.4-alpha.0"
version = "2.1.0"
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>", "Kolomatskiy Artem <[email protected]>"]
edition = "2018"
description = "Validation mechanism for actix-web"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This crate works with Cargo and can be found on

```toml
[dependencies]
actix-web-validator = "2"
actix-web-validator = "2.1.0"
validator = { version = "0.12", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
```
Expand Down

0 comments on commit fc5ad81

Please sign in to comment.