Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Oct 20, 2016
1 parent 4e278d8 commit 92df979
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions Changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Changes for v1.6.0 (2016-10-20)
===============================

- Add support for tcsh (#155)

- Fix handling of unquoted completions containing $ (#154)

- Don't insert unnecessary leading quote char in completions (#152)

- Fix parser reuse with positional arguments (#149)

- Tests: Add simple pexpect tests for bash (#153); Add test case to
verify #20 is fixed (#148)

- Thanks to @davvid and @evanunderscore for their work on this release.

Changes for v1.5.1 (2016-10-11)
===============================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name='argcomplete',
version='1.5.1',
version='1.6.0',
url='https://github.com/kislyuk/argcomplete',
license='Apache Software License',
author='Andrey Kislyuk',
Expand Down

0 comments on commit 92df979

Please sign in to comment.