File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to `goto` will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.2.2] - 2018-03-13
9+
10+ ### Added
11+ - zsh completion for -x, -p, -o
12+
813## [ 1.2.1] - 2018-03-13
914
1015### Added
Original file line number Diff line number Diff line change 22
33A shell utility allowing users to change to aliased directories supporting auto-completion :feet :
44
5- ![ Generic badge] ( https://img.shields.io/badge/version-1.2.1 -green.svg )
5+ ![ Generic badge] ( https://img.shields.io/badge/version-1.2.2 -green.svg )
66
77## How does it work?
88
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ USAGE
110110# Displays version
111111_goto_version ()
112112{
113- echo " goto version 1.2.1 "
113+ echo " goto version 1.2.2 "
114114}
115115
116116# Expands directory.
You can’t perform that action at this time.
0 commit comments