From 9c6be35e879bd3894e34a0457b356b12bbf7f810 Mon Sep 17 00:00:00 2001 From: Lazarus Lazaridis Date: Wed, 14 Mar 2018 21:47:54 +0200 Subject: [PATCH] Bump version to 1.2.3 --- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- goto.sh | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d40151e..ef16396 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a24dd24..740ed1e 100644 --- a/README.md +++ b/README.md @@ -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? diff --git a/goto.sh b/goto.sh index a36dcba..2bf3de4 100644 --- a/goto.sh +++ b/goto.sh @@ -110,7 +110,7 @@ USAGE # Displays version _goto_version() { - echo "goto version 1.2.2" + echo "goto version 1.2.3" } # Expands directory.