Commit 930faef
committed
chore(release): 1.0.0 [skip ci]
## [1.0.0](v0.9.0...v1.0.0) (2021-07-29)
### ⚠ BREAKING CHANGES
* **setup.py:**
*
### Features
* **cli.py,-stsauth.py:** add assume-role command to manage assume role credentials ([f87ff18](f87ff18))
### Bug Fixes
* adds back an empty `sts_auth/__init__.py` and writes the version to `sts_auth/_version.py` ([1d6e1a6](1d6e1a6))
* fixes unexpired credentials check ([4bb74af](4bb74af))
* **cli.py:** fix references to sts_auth.profile ([3e897f4](3e897f4))
* **config.py:** use dateutil.parser to handle more date formats ([0bda79d](0bda79d))
* **profile_set.py:** change expiry output to use formatted string ([86225d9](86225d9))
### Code Refactoring
* refactor to include Config, Profile, and ProfileSet classes ([5a81f25](5a81f25))
### Build System
* **setup.py:** remove python 2 classifiers ([57b0a28](57b0a28))1 parent ff62909 commit 930faef
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
1 | 32 | | |
2 | 33 | | |
3 | 34 | | |
| |||
0 commit comments