8000 chore: Release · crate-ci/typos@4e7e377 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4e7e377

Browse files
committed
chore: Release
1 parent e8faae0 commit 4e7e377

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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.12.11] - 2022-10-20
11+
1012
### Fixes
1113

1214
- Correct `wrappning`
@@ -512,7 +514,8 @@ Note: MSRV is now 1.54
512514
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
513515

514516
<!-- next-url -->
515-
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.12.10...HEAD
517+
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.12.11...HEAD
518+
[1.12.11]: https://github.com/crate-ci/typos/compare/v1.12.10...v1.12.11
516519
[1.12.10]: https://github.com/crate-ci/typos/compare/v1.12.9...v1.12.10
517520
[1.12.9]: https://github.com/crate-ci/typos/compare/v1.12.8...v1.12.9
518521
[1.12.8]: https://github.com/crate-ci/typos/compare/v1.12.7...v1.12.8

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = [
55

66
[package]
77
name = "typos-cli"
8-
version = "1.12.10"
8+
version = "1.12.11"
99
description = "Source Code Spelling Correction"
1010
authors = ["Ed Page <eopage@gmail.com>"]
1111
license = "MIT OR Apache-2.0"

crates/typos-dict/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typos-dict"
3-
version = "0.9.7"
3+
version = "0.9.8"
44
description = "Source Code Spelling Correction"
55
authors = ["Ed Page <eopage@gmail.com>"]
66
license = "MIT OR Apache-2.0"

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM ubuntu:20.04
2-
ARG VERSION=1.12.10
2+
ARG VERSION=1.12.11
33
ENV VERSION=${VERSION}
44
RUN apt-get update && apt-get install -y wget git jq
55
RUN wget https://github.com/crate-ci/typos/releases/download/v${VERSION}/typos-v${VERSION}-x86_64-unknown-linux-musl.tar.gz && \

docs/pre-commit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config at this repository:
66
```yaml
77
repos:
88
- repo: https://github.com/crate-ci/typos
9-
rev: v1.12.10
9+
rev: v1.12.11
1010
hooks:
1111
- id: typos
1212
```

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from setuptools import setup
1616
from setuptools.command.install import install as orig_install
1717

18-
TYPOS_VERSION = '1.12.10'
18+
TYPOS_VERSION = '1.12.11'
1919
POSTFIX_SHA256 = {
2020
'linux': (
2121
'x86_64-unknown-linux-musl.tar.gz',

0 commit comments

Comments
 (0)
0