Skip to content

Commit

Permalink
Bump to version 0.14 (#359)
Browse files Browse the repository at this point in the history
## What's Changed
* feat: Add debug log if cos web_identity is misconfigured by @godruoyi
in #340
* fix: test aws signer with web loader by @everpcpc in
#342
* fix: test for aws web loader by @everpcpc in
#344
* fix(hash): let base64_decode return result by @oowl in
#347
* ci: fix secret change for web loader test by @everpcpc in
#348
* chore: Add settings for rust-analyzer by @Xuanwo in
#349
* feat(services/aws): Add AssumeRoleLoader support by @Xuanwo in
#356
* fix: update examples in docs by @messense in
#350
* chore(deps): Update quick-xml requirement from 0.28 to 0.29 by
@dependabot in #339
* feat(services/aws): Allow caching ec2 metadata token by @Xuanwo in
#358

## New Contributors
* @oowl made their first contribution in
#347

**Full Changelog**:
v0.13.0...v0.14

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Jul 23, 2023
1 parent ee776c2 commit 148cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ documentation = "https://docs.rs/reqsign"
edition = "2021"
license = "Apache-2.0"
name = "reqsign"
version = "0.13.0"
version = "0.14.0"

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit 148cf31

Please sign in to comment.