Skip to content

Commit

Permalink
releng 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Jan 8, 2025
1 parent 5e801f8 commit 58c19fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
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"]
Expand Down

0 comments on commit 58c19fa

Please sign in to comment.