Bump version to 1.2.3

This commit is contained in:
Lazarus Lazaridis 2018-03-14 21:47:54 +02:00
parent 2eb41e8de1
commit 9c6be35e87
3 changed files with 12 additions and 3 deletions

View File

@ -5,6 +5,15 @@ All notable changes to `goto` will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [1.2.3] - 2018-03-14
### Added
- align columns when displaying the list of aliases or similar results
### Changed
- removed shebang since the script is sourced
- updated README with valid information on supported shells
## [1.2.2] - 2018-03-13
### Added

View File

@ -1,8 +1,8 @@
# goto
A shell utility allowing users to change to aliased directories supporting auto-completion :feet:
A shell utility allowing users to navigate to aliased directories supporting auto-completion :feet:
![Generic badge](https://img.shields.io/badge/version-1.2.2-green.svg)
![Generic badge](https://img.shields.io/badge/version-1.2.3-green.svg)
## How does it work?

View File

@ -110,7 +110,7 @@ USAGE
# Displays version
_goto_version()
{
echo "goto version 1.2.2"
echo "goto version 1.2.3"
}
# Expands directory.