Skip to content

Commit 9290b84

Browse files
committed
Release cli-v4.32
1 parent 2bf0b77 commit 9290b84

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77

88
## `aws-sso-util`
99

10+
### CLI v4.32
11+
* Update to PyYAML 6.0.1 for Cython issue ([#104](https://github.com/benkehoe/aws-sso-util/issues/104) (see https://github.com/yaml/pyyaml/issues/601)).
12+
* Update login text to match AWS CLI, provide inputs for custom login text to use `verificationUriComplete` ([#92](https://github.com/benkehoe/aws-sso-util/issues/)).
13+
* Error handling for missing expiration in cached token.
14+
1015
### CLI v4.31
1116
* CloudFormation functionality now excludes suspended accounts from OU traversal ([#80](https://github.com/benkehoe/aws-sso-util/issues/80) via [#81](https://github.com/benkehoe/aws-sso-util/pull/81)).
1217
* Upgrade to `click` 8 ([#85](https://github.com/benkehoe/aws-sso-util/issues/85)).

cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-sso-util"
3-
version = "4.31.0" # change in aws_sso_util/__init__.py too
3+
version = "4.32.0" # change in aws_sso_util/__init__.py too
44
description = "Utilities to make AWS SSO easier"
55
authors = ["Ben Kehoe <ben@kehoe.io>"]
66
license = "Apache-2.0"

cli/src/aws_sso_util/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '4.31.0' # change in pyproject.toml too
15+
__version__ = '4.32.0' # change in pyproject.toml too

0 commit comments

Comments
 (0)