From 96341acd489a2b6c88f1d2bc9302f1829e9e7855 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Fri, 28 May 2021 19:35:00 -0500 Subject: [PATCH] chore: Release --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1fc87c..9418805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +## [1.0.3] - 2021-05-28 + #### Bug Fixes - Fix crash when processing stdin (`-`) @@ -110,7 +112,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). * Only do hex check if digits are in identifiers ([68cd36d0](https://github.com/crate-ci/typos/commit/68cd36d0de90226dbc9d31c2ce6d8bf6b69adb5c)) -[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/assert-rs/predicates-rs/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/assert-rs/predicates-rs/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/assert-rs/predicates-rs/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/assert-rs/predicates-rs/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/assert-rs/predicates-rs/compare/v0.4.0...v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index 61e6368..212d1b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1485,7 +1485,7 @@ dependencies = [ [[package]] name = "typos-cli" -version = "1.0.2" +version = "1.0.3" dependencies = [ "ahash", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 2e36fa5..5ece3c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ [package] name = "typos-cli" -version = "1.0.2" +version = "1.0.3" authors = ["Ed Page "] description = "Source Code Spelling Correction" repository = "https://github.com/crate-ci/typos"