Skip to content

Commit

Permalink
chore: release (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Medvedev <[email protected]>
  • Loading branch information
DDtKey authored Nov 30, 2023
1 parent 4ad39d3 commit cc48275
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 33 deletions.
37 changes: 7 additions & 30 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.0.1] - 2023-11-30

### Documentation

- Update examples and include into crates ([#57](https://github.com/DDtKey/protect-endpoints/pull/57))

<!-- generated by git-cliff -->
## [4.0.0] - 2023-11-27

### Documentation
Expand All @@ -25,16 +32,6 @@ All notable changes to this project will be documented in this file.
- Switch to workspace ([#43](https://github.com/DDtKey/actix-web-grants/pull/43))

<!-- generated by git-cliff -->
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - 2022-xx-xx
### Added

### Changed

## [v3.0.2] - 2023-07-16
### Changed
Expand Down Expand Up @@ -114,23 +111,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [v0.1.6] - 2021-01-18
### Changed
- Remove extra and insecure dependencies

## [v3.0.2] - 2023-07-16
### Changed
- allow proc-macro to be used multiple times on the same endpoint #41

[v0.1.6]: https://crates.io/crates/actix-web-grants/0.1.6
[v1.0.0]: https://crates.io/crates/actix-web-grants/1.0.0
[v2.0.0]: https://crates.io/crates/actix-web-grants/2.0.0
[v2.0.1]: https://crates.io/crates/actix-web-grants/2.0.1
[v2.1.0]: https://crates.io/crates/actix-web-grants/2.1.0
[v2.2.0]: https://crates.io/crates/actix-web-grants/2.2.0
[v2.3.0]: https://crates.io/crates/actix-web-grants/2.3.0
[v3.0.0-beta.1]: https://crates.io/crates/actix-web-grants/3.0.0-beta.1
[v3.0.0-beta.2]: https://crates.io/crates/actix-web-grants/3.0.0-beta.2
[v3.0.0-beta.3]: https://crates.io/crates/actix-web-grants/3.0.0-beta.3
[v3.0.0-beta.4]: https://crates.io/crates/actix-web-grants/3.0.0-beta.4
[v3.0.0-beta.5]: https://crates.io/crates/actix-web-grants/3.0.0-beta.5
[v3.0.0-beta.6]: https://crates.io/crates/actix-web-grants/3.0.0-beta.6
[v3.0.0]: https://crates.io/crates/actix-web-grants/3.0.0
[v3.0.1]: https://crates.io/crates/actix-web-grants/3.0.1
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.0.0"
version = "4.0.1"
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 poem-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.

## [1.0.1] - 2023-11-30

### Documentation

- Update examples and include into crates ([#57](https://github.com/DDtKey/protect-endpoints/pull/57))

### Miscellaneous Tasks

- Update dev-dependency

<!-- generated by git-cliff -->
## [1.0.0] - 2023-11-27

### Documentation
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 = "1.0.0"
version = "1.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 rocket-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.

## [0.1.3] - 2023-11-30

### Documentation

- Update examples and include into crates ([#57](https://github.com/DDtKey/protect-endpoints/pull/57))

<!-- generated by git-cliff -->
## [0.1.1] - 2023-11-23

### Miscellaneous Tasks
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.2"
version = "0.1.3"
description = "Authorization extension for `rocket` to protect your endpoints"
readme = "README.md"
keywords = ["rocket", "authz", "security", "grants", "permissions"]
Expand Down

0 comments on commit cc48275

Please sign in to comment.