Skip to content

Commit

Permalink
chore: release (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 30, 2024
1 parent 0b44bee commit f77fcea
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ authors = ["DDtKey <ddttkey@gmail.com>"]

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

### Documentation

- Include readme into crates documentation ([#100](https://github.com/DDtKey/protect-endpoints/pull/100))

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

### Refactor
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.1"
version = "0.1.2"
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 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.2] - 2024-05-30

### Documentation

- Include readme into crates documentation ([#100](https://github.com/DDtKey/protect-endpoints/pull/100))

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

### Miscellaneous Tasks
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.1"
version = "0.1.2"
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
@@ -0,0 +1,11 @@
# Changelog

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

## [0.1.1] - 2024-05-30

### Documentation

- Include readme into crates documentation ([#100](https://github.com/DDtKey/protect-endpoints/pull/100))

<!-- generated by git-cliff -->
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.0"
version = "0.1.1"
description = "Authorization extension `salvo` to protect your endpoints"
readme = "README.md"
keywords = ["salvo", "auth", "security", "grants", "permissions"]
Expand Down

0 comments on commit f77fcea

Please sign in to comment.