Skip to content

Commit

Permalink
Release actix-web-validator 6.0.0 🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
singulared committed Jul 11, 2024
1 parent 98c3192 commit 9961dae
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]

## [6.0.0] 2024-07-11
### Changed
- [#55](https://github.com/rambler-digital-solutions/actix-web-validator/pull/55): Update validator dependency to 0.18
- [#53](https://github.com/rambler-digital-solutions/actix-web-validator/pull/53): Update serde_qs to 0.13
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 = "5.0.1"
version = "6.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 @@ -20,7 +20,7 @@ This crate works with Cargo and can be found on

```toml
[dependencies]
actix-web-validator = "5.0.1"
actix-web-validator = "6.0.0"
validator = { version = "0.16", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
```
Expand Down

0 comments on commit 9961dae

Please sign in to comment.