Skip to content

Commit

Permalink
chore: release (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 29, 2024
1 parent 303e45c commit 3742a0f
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ repository = "https://github.com/DDtKey/protect-endpoints"
authors = ["DDtKey <ddttkey@gmail.com>"]

[workspace.dependencies]
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.3.1" }
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.3.2" }
protect-endpoints-core = { path = "core", version = "0.1.1" }
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.1.1] - 2024-05-29

### Styling

- Fix clippy warning ([#97](https://github.com/DDtKey/protect-endpoints/pull/97))

<!-- generated by git-cliff -->
## [4.1.0] - 2024-03-31

### Features
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.1.0"
version = "4.1.1"
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 poem-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.

## [3.0.1] - 2024-05-29

### Styling

- Fix clippy warning ([#97](https://github.com/DDtKey/protect-endpoints/pull/97))

<!-- generated by git-cliff -->
## [2.0.1] - 2024-03-04

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion poem-grants/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "poem-grants"
version = "3.0.0"
version = "3.0.1"
description = "Authorization extension for `poem` to protect your endpoints"
readme = "README.md"
keywords = ["poem", "authz", "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.3.2] - 2024-05-29

### Features

- Support `salvo` ([#96](https://github.com/DDtKey/protect-endpoints/pull/96))

<!-- generated by git-cliff -->
## [0.3.1] - 2024-04-10

### Refactor
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.3.1"
version = "0.3.2"
description = "A proc-macro way to protect your endpoints"
readme = "../README.md"
keywords = ["protect", "endpoint", "authz", "security", "grants"]
Expand Down
7 changes: 7 additions & 0 deletions protect-axum/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] - 2024-05-29

### Miscellaneous Tasks

- Update logo for `protect-axum` ([#98](https://github.com/DDtKey/protect-endpoints/pull/98))

<!-- generated by git-cliff -->
## [0.1.0] - 2024-03-31

### Features
Expand Down
2 changes: 1 addition & 1 deletion protect-axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protect-axum"
version = "0.1.0"
version = "0.1.1"
description = "Authorization extension for `axum` to protect your endpoints"
readme = "README.md"
keywords = ["axum", "auth", "security", "grants", "permissions"]
Expand Down

0 comments on commit 3742a0f

Please sign in to comment.