This repository was archived by the owner on Sep 18, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 1.1.1] - 2020-02-20
10+
11+ ### Fixed
12+ * Case where a user has no ` ~/.cache/ ` directory and ` maws ` fails to create it [ #199 ] ( https://github.com/mozilla-iam/mozilla-aws-cli/issues/199 )
13+
914## [ 1.1.0] - 2020-02-13
1015### Changed
1116* Revert the change in [ #160 ] ( https://github.com/mozilla-iam/mozilla-aws-cli/issues/160 )
@@ -99,7 +104,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99104### Added
100105* Initial release of the mozilla-aws-cli tool
101106
102- [ Unreleased ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...HEAD
107+ [ Unreleased ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.1...HEAD
108+ [ 1.1.1 ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.1.0...v1.1.1
103109[ 1.1.0 ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v1.0.0...v1.1.0
104110[ 1.0.0 ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.2.0...v1.0.0
105111[ 0.2.0 ] : https://github.com/mozilla-iam/mozilla-aws-cli/compare/v0.1.1...v0.2.0
Original file line number Diff line number Diff line change 5757 tests_require = test_requirements ,
5858 extras_require = extras ,
5959 url = "https://github.com/mozilla-iam/mozilla-aws-cli" ,
60- version = "1.1.0 " ,
60+ version = "1.1.1 " ,
6161 zip_safe = False ,
6262)
You can’t perform that action at this time.
0 commit comments