File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77<!-- next-header -->
88## [ Unreleased] - ReleaseDate
99
10+ ## [ 1.16.16] - 2023-10-02
11+
1012### Fixes
1113
1214- Don't correct to typos ` usefull ` and ` becuase `
@@ -933,7 +935,8 @@ Note: MSRV is now 1.54
933935* Only do hex check if digits are in identifiers ([ 68cd36d0] ( https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c ) )
934936
935937<!-- next-url -->
936- [ Unreleased ] : https://github.com/crate-ci/typos/compare/v1.16.15...HEAD
938+ [ Unreleased ] : https://github.com/crate-ci/typos/compare/v1.16.16...HEAD
939+ [ 1.16.16 ] : https://github.com/crate-ci/typos/compare/v1.16.15...v1.16.16
937940[ 1.16.15 ] : https://github.com/crate-ci/typos/compare/v1.16.14...v1.16.15
938941[ 1.16.14 ] : https://github.com/crate-ci/typos/compare/v1.16.13...v1.16.14
939942[ 1.16.13 ] : https://github.com/crate-ci/typos/compare/v1.16.12...v1.16.13
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ if [[ -z $(ls ${TARGET} 2>/dev/null) ]]; then
2020fi
2121
2222if [[ ! -x ${COMMAND} ]]; then
23- VERSION=1.16.15
23+ VERSION=1.16.16
2424 log " Downloading 'typos' v${VERSION} "
2525 wget --progress=dot:mega " https://github.com/crate-ci/typos/releases/download/v${VERSION} /typos-v${VERSION} -x86_64-unknown-linux-musl.tar.gz"
2626 mkdir -p ${_INSTALL_DIR}
Original file line number Diff line number Diff line change 11[package ]
22name = " typos-cli"
3- version = " 1.16.15 "
3+ version = " 1.16.16 "
44description = " Source Code Spelling Correction"
55readme = " ../../README.md"
66categories = [" development-tools" , " text-processing" ]
Original file line number Diff line number Diff line change 11[package ]
22name = " typos-dict"
3- version = " 0.11.0 "
3+ version = " 0.11.1 "
44description = " Source Code Spelling Correction"
55readme = " ../../README.md"
66categories = [" development-tools" , " text-processing" ]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ config at this repository:
66``` yaml
77repos :
88 - repo : https://github.com/crate-ci/typos
9- rev : v1.16.15
9+ rev : v1.16.16
1010 hooks :
1111 - id : typos
1212` ` `
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55
6- TYPOS_VERSION = '1.16.15 '
6+ TYPOS_VERSION = '1.16.16 '
77
88
99setup (
You can’t perform that action at this time.
0 commit comments