Skip to content

Commit

Permalink
Release actix-web-validator 5.0.0 🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Aug 25, 2022
1 parent 743d976 commit ab377a3
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]

## [5.0.0] 2022-08-25
### Chaged
- [#37](https://github.com/rambler-digital-solutions/actix-web-validator/pull/37): Update validator dependency to 0.16

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 = "4.0.0"
version = "5.0.0"
authors = ["Belousow Makc <[email protected]>", "Andrey Ermilov <[email protected]>", "Kolomatskiy Artem <[email protected]>"]
edition = "2021"
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 = "4.0.0"
actix-web-validator = "5.0.0"
validator = { version = "0.15", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
```
Expand Down

0 comments on commit ab377a3

Please sign in to comment.