Skip to content

Commit 592b36d

Browse files
committed
chore: Release
1 parent b7ec6c0 commit 592b36d

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

+4-1
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.0.4] - 2021-05-31
11+
1012
#### Features
1113

1214
- Github Action support
@@ -116,7 +118,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
116118
* Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c))
117119

118120
<!-- next-url -->
119-
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...HEAD
121+
[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.4...HEAD
122+
[1.0.4]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...v1.0.4
120123
[1.0.3]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...v1.0.3
121124
[1.0.2]: https://github.com/assert-rs/predicates-rs/compare/v1.0.1...v1.0.2
122125
[1.0.1]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...v1.0.1

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = [
1111

1212
[package]
1313
name = "typos-cli"
14-
version = "1.0.3"
14+
version = "1.0.4"
1515
authors = ["Ed Page <[email protected]>"]
1616
description = "Source Code Spelling Correction"
1717
repository = "https://github.com/crate-ci/typos"

docker/Dockerfile

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

0 commit comments

Comments
 (0)