Skip to content

Commit

Permalink
chore(main): release aliri_actix 0.9.1 (#65)
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>
Co-authored-by: Marcus Griep <[email protected]>
  • Loading branch information
github-actions[bot] and neoeinstein authored Apr 12, 2024
1 parent bfa869b commit 9e0b858
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"aliri": "0.6.3",
"aliri_actix": "0.9.0",
"aliri_actix": "0.9.1",
"aliri_axum": "0.3.0",
"aliri_base64": "0.1.8",
"aliri_clock": "0.1.4",
Expand Down
8 changes: 8 additions & 0 deletions aliri_actix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.9.1](https://github.com/neoeinstein/aliri/compare/aliri_actix-v0.9.0...aliri_actix-v0.9.1) (2024-04-12)


### Bug Fixes

* **deps:** update cargo all non breaking changes ([#54](https://github.com/neoeinstein/aliri/issues/54)) ([4218dab](https://github.com/neoeinstein/aliri/commit/4218dabe09f51daf699b1efbf317427ede063fe3))
2 changes: 1 addition & 1 deletion aliri_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aliri_actix"
description = "Actix for interacting with `aliri` authorities"
keywords = [ "actix", "jose", "jwt", "oauth2", "auth" ]
categories = [ "authentication", "web-programming", "web-programming::http-server" ]
version = "0.9.0"
version = "0.9.1"
authors = ["Marcus Griep <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down

0 comments on commit 9e0b858

Please sign in to comment.