-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
## 0.2.0 | ||
|
||
- Fix crash on macOS https://github.com/sorah/mairu/pull/14 | ||
- Support generic OAuth 2.0 Device Authorization Grant (RFC 8628) https://github.com/sorah/mairu/pull/15 | ||
- Support generic token refresh using refresh_token grant type https://github.com/sorah/mairu/pull/16 | ||
- AWS SSO: Support OAuth 2.0 Authorization Code Grant https://github.com/sorah/mairu/pull/17 https://github.com/sorah/mairu/pull/18 | ||
|
||
## 0.1.0 | ||
|
||
- Initial release |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "mairu" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Sorah Fukumori <[email protected]>"] | ||
description = "on-memory AWS credentials agent and executor" | ||
keywords = ["aws", "security", "cli"] | ||
|