Bump to v22.2.2.

pull/339/head release-v22.2.2
William Ting 10 years ago
parent d177aaa12c
commit c5f0473837

@ -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

@ -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 = '__'

Loading…
Cancel
Save