protect-endpoints-core: 0.1.0 -> 0.1.1 (✓ API compatible changes)
axum-grants: 0.1.0
Changelog
## `protect-endpoints-core`
## [0.1.0] - 2024-03-31
### Bug Fixes
- Reference in README.md
- Url typos in README.md
### Documentation
- Add base documentation
- Fix typos and add some examples to README
- Update description
- Update example and README.md
- Add example using httpauth + JWT
- Add downloads badge
- Add a description of the 403 response through Guards ([#9](https://github.com/DDtKey/protect-endpoints/pull/9))
- Example of custom fallback endpoint for Scope with Guard
- Update readme structure
- Add 'how to use' section ([#18](https://github.com/DDtKey/protect-endpoints/pull/18))
- Update links to the repo ([#47](https://github.com/DDtKey/protect-endpoints/pull/47))
- Add links to images in readme ([#49](https://github.com/DDtKey/protect-endpoints/pull/49))
### Features
- Minimal ready version
- Add guard option for validate authorities
- Support custom types for permissions/roles ([#25](https://github.com/DDtKey/protect-endpoints/pull/25))
- Introduce core crate with tower implementation ([#82](https://github.com/DDtKey/protect-endpoints/pull/82))
- Initial `axum` support ([#83](https://github.com/DDtKey/protect-endpoints/pull/83))
### Miscellaneous Tasks
- Upd README.md
- Add build cache
- Add logo
- Merge `rocket-grants` into the repo
### Refactor
- [**breaking**] Remove using of Arc in extractors ([#1](https://github.com/DDtKey/protect-endpoints/pull/1))
- [**breaking**] Change `authoritites` to `permissions` everywhere for more clarity
- Move impl of `GrantsLayer` to core crate ([#84](https://github.com/DDtKey/protect-endpoints/pull/84))
### Build
- Switch to workspace ([#43](https://github.com/DDtKey/protect-endpoints/pull/43))
## `axum-grants`
## [0.1.0] - 2024-03-31
### Features
- Initial `axum` support ([#83](https://github.com/DDtKey/protect-endpoints/pull/83))
### Miscellaneous Tasks
- Remove unused file ([#85](https://github.com/DDtKey/protect-endpoints/pull/85))
### Refactor
- Move impl of `GrantsLayer` to core crate ([#84](https://github.com/DDtKey/protect-endpoints/pull/84))
🤖 New release
protect-endpoints-core
: 0.1.0 -> 0.1.1 (✓ API compatible changes)axum-grants
: 0.1.0Changelog
## `protect-endpoints-core`
## `axum-grants`This PR was generated with release-plz.