From 9a5ddca88fcfa3e6b4147754f229991bdc14ad14 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:41:07 +0200 Subject: [PATCH] chore: release (#94) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.toml | 4 ++-- core/CHANGELOG.md | 7 +++++++ core/Cargo.toml | 2 +- proc-macro/CHANGELOG.md | 7 +++++++ proc-macro/Cargo.toml | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index baf403a..8ec7f4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,5 +19,5 @@ repository = "https://github.com/DDtKey/protect-endpoints" authors = ["DDtKey "] [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" } diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index d0723f3..2bb2822 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -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)) + + ## [0.1.0] - 2024-03-31 ### Bug Fixes diff --git a/core/Cargo.toml b/core/Cargo.toml index 563fb96..2a54803 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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"] diff --git a/proc-macro/CHANGELOG.md b/proc-macro/CHANGELOG.md index 28acaca..5fed367 100644 --- a/proc-macro/CHANGELOG.md +++ b/proc-macro/CHANGELOG.md @@ -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)) + + ## [0.3.0] - 2024-03-31 ### Features diff --git a/proc-macro/Cargo.toml b/proc-macro/Cargo.toml index fae24e2..2e9464c 100644 --- a/proc-macro/Cargo.toml +++ b/proc-macro/Cargo.toml @@ -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"]