10000 chore: Release · crate-ci/typos@47912c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 47912c3

Browse files
committed
chore: Release
1 parent 2dca8de commit 47912c3

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.12] - 2022-10-25
11+
1012
### Fixes
1113

1214
- Correct decreypted -> decrypted
@@ -518,7 +520,8 @@ Note: MSRV is now 1.54
518520
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
519521

520522
<!-- next-url -->
521-
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.12.11...HEAD
523+
[Unreleased]: https://github.com/crate-ci/typos/compare/v1.12.12...HEAD
524+
[1.12.12]: https://github.com/crate-ci/typos/compare/v1.12.11...v1.12.12
522525
[1.12.11]: https://github.com/crate-ci/typos/compare/v1.12.10...v1.12.11
523526
[1.12.10]: https://github.com/crate-ci/typos/compare/v1.12.9...v1.12.10
524527
[1.12.9]: https://github.com/crate-ci/typos/compare/v1.12.8...v1.12.9

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.11
2+
ARG VERSION=1.12.12
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.11
9+
rev: v1.12.12
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.11'
18+
TYPOS_VERSION = '1.12.12'
1919
POSTFIX_SHA256 = {
2020
'linux': (
2121
'x86_64-unknown-linux-musl.tar.gz',

0 commit comments

Comments
 (0)
0