Skip to content

Commit

Permalink
Merge pull request #65 from iridakos/iridakos-bump-version
Browse files Browse the repository at this point in the history
Bump version to 2.1.0
  • Loading branch information
iridakos authored Nov 15, 2020
2 parents 5bb4939 + 1f26527 commit b7fda54
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ 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).

## [2.1.0] - 2020-11-15

### Added

- [Allow users to navigate to special directories with goto](https://github.com/iridakos/goto/pull/62)

### Change

- [Improve the display of alias list](https://github.com/iridakos/goto/pull/63)

### Fixed

- [Missing config directory in MacOS](https://github.com/iridakos/goto/pull/64)

## [2.0.0] - 2020-01-27

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

# Expands directory.
Expand Down

0 comments on commit b7fda54

Please sign in to comment.