Skip to content

Commit

Permalink
chore: prepare release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey committed Oct 11, 2021
1 parent 3eea537 commit 9095306
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - 2021-xx-xx
### Added
- Allow extractor to receive mutable requests [#17](https://github.com/DDtKey/actix-web-grants/pull/17)

### Changed

## [v2.2.0] - 2021-10-11
### Added
- Allow extractor to receive mutable requests [#17](https://github.com/DDtKey/actix-web-grants/pull/17)
- Add 'How to use' section to README.md [#18](https://github.com/DDtKey/actix-web-grants/pull/18)

## [v2.1.0] - 2021-08-11
### Added
- Add support for ABAC-like model to procedural macro [#14](https://github.com/DDtKey/actix-web-grants/issues/14)
Expand Down Expand Up @@ -46,3 +50,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.0.0]: https://crates.io/crates/actix-web-grants/1.0.0
[v2.0.0]: https://crates.io/crates/actix-web-grants/2.0.0
[v2.1.0]: https://crates.io/crates/actix-web-grants/2.1.0
[v2.2.0]: https://crates.io/crates/actix-web-grants/2.2.0
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-grants"
version = "2.1.0"
version = "2.2.0"
authors = ["DDtKey <ddttkey@gmail.com>"]
description = "Extension for `actix-web` to validate user permissions"
repository = "https://github.com/DDtKey/actix-web-grants"
Expand Down
2 changes: 1 addition & 1 deletion proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-grants-proc-macro"
version = "1.1.0"
version = "1.2.0"
authors = ["DDtKey <ddttkey@gmail.com>"]
description = "A proc-macro way to validate user permissions for `actix-web-grants` crate."
repository = "https://github.com/DDtKey/actix-web-grants"
Expand Down

0 comments on commit 9095306

Please sign in to comment.