Skip to content

Commit

Permalink
chore: release (#121)
Browse files Browse the repository at this point in the history
* chore: release

* chore: actualize changelogs

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Artem Medvedev <[email protected]>
  • Loading branch information
github-actions[bot] and DDtKey authored Jan 6, 2025
1 parent 3f4bf5c commit 5dd51a7
Show file tree
Hide file tree
Showing 15 changed files with 78 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 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 <[email protected]>"]

[workspace.dependencies]
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.3.2" }
protect-endpoints-core = { path = "core", version = "0.1.2" }
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.4.0" }
protect-endpoints-core = { path = "core", version = "0.2.0" }
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.2] - 2025-01-05

### Miscellaneous Tasks

- Update chrono for dev-deps

<!-- generated by git-cliff -->
## [4.1.1] - 2024-05-29

### Styling
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.1"
version = "4.1.2"
description = "Authorization extension `actix-web` to protect your endpoints"
readme = "README.md"
keywords = ["actix", "auth", "security", "grants", "permissions"]
Expand Down
11 changes: 11 additions & 0 deletions core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.2.0] - 2025-01-05

### Features

- [**breaking**] Support `axum 0.8` version

### Miscellaneous Tasks

- [**breaking**] Update tower to `0.5.0`

<!-- generated by git-cliff -->
## [0.1.2] - 2024-05-30

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protect-endpoints-core"
version = "0.1.2"
version = "0.2.0"
description = "Core primitives for protecting endpoints within `*-grants` ecosystem"
readme = "../README.md"
keywords = ["protect", "endpoint", "authz", "security", "grants"]
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.2] - 2025-01-05

### Miscellaneous Tasks

- Update chrono for dev-deps

<!-- generated by git-cliff -->
## [3.0.1] - 2024-05-29

### Styling
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.1"
version = "3.0.2"
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.4.0] - 2025-01-05

### Features

- [**breaking**] Support `salvo 0.75` (#120)

<!-- generated by git-cliff -->
## [0.3.2] - 2024-05-29

### Features
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.2"
version = "0.4.0"
description = "A proc-macro way to protect your endpoints"
readme = "../README.md"
keywords = ["protect", "endpoint", "authz", "security", "grants"]
Expand Down
15 changes: 15 additions & 0 deletions protect-axum/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

## [0.2.0] - 2025-01-05

### Features

- [**breaking**] Support `0.8` version

### Miscellaneous Tasks

- Update chrono for dev-deps

### Testing

- Use proper routing in tests for axum v0.8

<!-- generated by git-cliff -->
## [0.1.2] - 2024-05-30

### Documentation
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.2"
version = "0.2.0"
description = "Authorization extension for `axum` to protect your endpoints"
readme = "README.md"
keywords = ["axum", "auth", "security", "grants", "permissions"]
Expand Down
11 changes: 11 additions & 0 deletions protect-salvo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.2.0] - 2025-01-05

### Features

- [**breaking**] Support `salvo 0.75` (#120)

### Miscellaneous Tasks

- Update chrono for dev-deps

<!-- generated by git-cliff -->
## [0.1.1] - 2024-05-30

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion protect-salvo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protect-salvo"
version = "0.1.1"
version = "0.2.0"
description = "Authorization extension `salvo` to protect your endpoints"
readme = "README.md"
keywords = ["salvo", "auth", "security", "grants", "permissions"]
Expand Down
11 changes: 11 additions & 0 deletions rocket-grants/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

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

## [0.1.5] - 2025-01-05

### Miscellaneous Tasks

- Update chrono for dev-deps

### Styling

- Apply clippy warnings

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

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

0 comments on commit 5dd51a7

Please sign in to comment.