diff --git a/CHANGES.md b/CHANGES.md index 5741042..7a4b7df 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,7 @@ ## Summary of release changes, see commit history for more details: ## https://github.com/joelthelion/autojump/commits/master/ -### Release v22.0.0: +### Release v22.2.2: #### Backwards Incompatible @@ -22,6 +22,7 @@ - AUTOJUMP_DATA_DIR - AUTOJUMP_IGNORE_CASE - AUTOJUMP_KEEP_SYMLINKS +- misc bug fixes #### Features and Bug Fixes diff --git a/bin/autojump b/bin/autojump index 6dcda1f..5673feb 100755 --- a/bin/autojump +++ b/bin/autojump @@ -60,7 +60,7 @@ from autojump_utils import sanitize from autojump_utils import take from autojump_utils import unico -VERSION = '22.2.1-beta' +VERSION = '22.2.2' FUZZY_MATCH_THRESHOLD = 0.6 TAB_ENTRIES_COUNT = 9 TAB_SEPARATOR = '__'