Skip to content

Commit

Permalink
chore(main): release aliri_tokens 0.3.1 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
neoeinstein authored Apr 12, 2024
1 parent 1f6bbb3 commit a6af93a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"aliri_marcos": "0.1.2",
"aliri_oauth2": "0.10.1",
"aliri_reqwest": "0.5.0",
"aliri_tokens": "0.3.0",
"aliri_tokens": "0.3.1",
"aliri_tower": "0.6.0",
"aliri_traits": "0.1.1",
"aliri_warp": "0.9.0"
Expand Down
14 changes: 14 additions & 0 deletions aliri_tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.3.1](https://github.com/neoeinstein/aliri/compare/aliri_tokens-v0.3.0...aliri_tokens-v0.3.1) (2024-04-12)


### ⚠ BREAKING CHANGES

* **deps:** update rust crate reqwest to v0.12.3 ([#68](https://github.com/neoeinstein/aliri/issues/68))

### Bug Fixes

* add missing tokio feature dependency ([#85](https://github.com/neoeinstein/aliri/issues/85)) ([1f6bbb3](https://github.com/neoeinstein/aliri/commit/1f6bbb389959fdbeb507d928e9aede4d45115788))
* **deps:** update cargo all non breaking changes ([#54](https://github.com/neoeinstein/aliri/issues/54)) ([4218dab](https://github.com/neoeinstein/aliri/commit/4218dabe09f51daf699b1efbf317427ede063fe3))
* **deps:** update rust crate reqwest to v0.12.3 ([#68](https://github.com/neoeinstein/aliri/issues/68)) ([b24c8c9](https://github.com/neoeinstein/aliri/commit/b24c8c926830b0cd0131c06631e0bd77046dfd3f))
* **deps:** update rust tracing monorepo ([#53](https://github.com/neoeinstein/aliri/issues/53)) ([1b83612](https://github.com/neoeinstein/aliri/commit/1b83612dbcfc94afaeb6b9e52fbf26da45986822))

## [0.3.0](https://github.com/neoeinstein/aliri/compare/aliri_tokens-v0.2.3...aliri_tokens-v0.3.0) (2024-04-12)


Expand Down
2 changes: 1 addition & 1 deletion aliri_tokens/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "aliri_tokens"
description = "Background token management and renewal based on best practices"
keywords = [ "jwt", "oauth2", "auth" ]
categories = [ "authentication" ]
version = "0.3.0"
version = "0.3.1"
authors = ["Marcus Griep <[email protected]>"]
edition = "2018"
readme = "../README.md"
Expand Down

0 comments on commit a6af93a

Please sign in to comment.