Skip to content

Commit

Permalink
chore: release (#94)
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 Apr 10, 2024
1 parent 13f6900 commit 9a5ddca
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ repository = "https://github.com/DDtKey/protect-endpoints"
authors = ["DDtKey <[email protected]>"]

[workspace.dependencies]
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.3.0" }
protect-endpoints-core = { path = "core", version = "0.1.0" }
protect-endpoints-proc-macro = { path = "proc-macro", version = "0.3.1" }
protect-endpoints-core = { path = "core", version = "0.1.1" }
7 changes: 7 additions & 0 deletions core/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-04-10

### Refactor

- Rename `axum-grants` to `protect-axum` ([#93](https://github.com/DDtKey/protect-endpoints/pull/93))

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

### Bug Fixes
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.0"
version = "0.1.1"
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 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.1] - 2024-04-10

### Refactor

- Rename `axum-grants` to `protect-axum` ([#93](https://github.com/DDtKey/protect-endpoints/pull/93))

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

### 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.0"
version = "0.3.1"
description = "A proc-macro way to protect your endpoints"
readme = "../README.md"
keywords = ["protect", "endpoint", "authz", "security", "grants"]
Expand Down

0 comments on commit 9a5ddca

Please sign in to comment.