Skip to content

Commit

Permalink
Bump version to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iridakos committed Mar 14, 2018
1 parent 2eb41e8 commit 9c6be35
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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?

Expand Down
2 changes: 1 addition & 1 deletion goto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ USAGE
# Displays version
_goto_version()
{
echo "goto version 1.2.2"
echo "goto version 1.2.3"
}

# Expands directory.
Expand Down

0 comments on commit 9c6be35

Please sign in to comment.