File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.13.0 (2017-04-05)
5+ -------------------
6+
7+ - Add OS check for OSX specific keychain args. [Martin O'Reilly]
8+
9+ Keychain arguments are only supported on Mac OSX.
10+ Added check for operating system so we give a
11+ "Keychain arguments are only supported on Mac OSX"
12+ error message rather than a "No password item matching the
13+ provided name and account could be found in the osx keychain"
14+ error message
15+
16+
17+ - Add support for storing PAT in OSX keychain. [Martin O'Reilly]
18+
19+ Added additional optional arguments and README guidance for storing
20+ and accessing a Github personal access token (PAT) in the OSX
21+ keychain
22+
23+
4240.12.1 (2017-03-27)
525-------------------
626
Original file line number Diff line number Diff line change 1- __version__ = '0.12.1 '
1+ __version__ = '0.13.0 '
You can’t perform that action at this time.
0 commit comments