Skip to content

Commit f290590

Browse files
committed
Release version to 0.4.1
1 parent b31212c commit f290590

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
0.4.0 (unreleased)
1+
0.4.1 (2019-08-12)
2+
------------------
3+
4+
5+
* Homebrew package is now available
6+
7+
0.4.0 (2019-08-11)
28
------------------
39

410
* Add **bootstrap**, which downloads session-manager-plugin on macOS

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@ These instructions will get you a copy of the project up and running on your loc
2929
pip install aws-gate
3030
```
3131

32+
or via Homebrew
33+
34+
```
35+
brew tap xen0l/homebrew-taps
36+
brew install aws-gate
37+
```
38+
3239
### Features
3340

3441
#### config and config.d support

aws_gate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = '0.4.0'
1+
__version__ = '0.4.1'
22
__description__ = 'aws-gate - AWS SSM Session Manager client CLI'

0 commit comments

Comments
 (0)