Skip to content

Commit

Permalink
chore: release (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 8, 2023
1 parent d888fb5 commit 8b2250f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions actix-web-grants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [4.0.2] - 2023-12-08

### Documentation

- Fix url to examples in readme ([#61](https://github.com/DDtKey/protect-endpoints/pull/61))

<!-- generated by git-cliff -->
## [4.0.1] - 2023-11-30

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion actix-web-grants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-web-grants"
version = "4.0.1"
version = "4.0.2"
description = "Authorization extension `actix-web` to protect your endpoints"
readme = "README.md"
keywords = ["actix", "auth", "security", "grants", "permissions"]
Expand Down
7 changes: 7 additions & 0 deletions proc-macro/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [0.1.1] - 2023-12-08

### Bug Fixes

- Wrong check for `error` attribute ([#62](https://github.com/DDtKey/protect-endpoints/pull/62))

<!-- generated by git-cliff -->
## [0.1.0] - 2023-11-27

### Bug Fixes
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 = "protect-endpoints-proc-macro"
version = "0.1.0"
version = "0.1.1"
description = "A proc-macro way to protect your endpoints"
readme = "../README.md"
keywords = ["rocket", "authz", "security", "grants", "permissions"]
Expand Down

0 comments on commit 8b2250f

Please sign in to comment.