Skip to content
This repository was archived by the owner on Sep 18, 2023. It is now read-only.

Commit 0a4beb8

Browse files
authored
Merge pull request #195 from gene1wood/fix_pypi_deploy
Update CHANGELOG with last minute 1.0.0 addition
2 parents 2e50e3a + 41004e6 commit 0a4beb8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ script: tox
1616
# following command to finish PyPI deployment setup:
1717
# $ travis encrypt --add deploy.password
1818
deploy:
19+
skip_cleanup: true
20+
skip_existing: true
1921
provider: pypi
2022
distributions: sdist bdist_wheel
2123
user: __token__

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
### Changed
9-
* Issuer URL which is used when an AWS web console session expires to enable the
10-
user to refresh their session by visiting the federated-aws-rp. Previously the
11-
URL shown to the user contained the AWS account ID. Now it contains the more
12-
human readable account alias.
138

149
## [1.0.0] - 2020-02-05
1510
### Added
@@ -35,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3530
are async and the frontends movement through the workflow
3631
is entirely governed by the changes to the login.state value
3732
* Config file and cache directory locations to standard XDG locations [#178](https://github.com/mozilla-iam/mozilla-aws-cli/issues/178)
33+
* Issuer URL which is used when an AWS web console session expires to enable the
34+
user to refresh their session by visiting the federated-aws-rp. Previously the
35+
URL shown to the user contained the AWS account ID. Now it contains the more
36+
human readable account alias. [#190](https://github.com/mozilla-iam/mozilla-aws-cli/issues/190)
3837

3938
### Removed
4039
* **Support for `/etc/maws/config` and `~/.maws/config` config files** [#178](https://github.com/mozilla-iam/mozilla-aws-cli/issues/178)

0 commit comments

Comments
 (0)