From 5858280d81d8bbcba0ede0cf56071c57b729ab1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konrad=20Go=C5=82awski?= Date: Mon, 21 Aug 2023 08:24:28 +0200 Subject: [PATCH] New release --- .cargo/README.md | 2 +- CHANGELOG.md | 4 ++-- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- README.md | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.cargo/README.md b/.cargo/README.md index d599952..ead35a7 100644 --- a/.cargo/README.md +++ b/.cargo/README.md @@ -3,7 +3,7 @@ [![GitHub](https://img.shields.io/badge/github-ferric--bytes%2Fchksum--cli-24292e?style=flat-square&logo=github "GitHub")](https://github.com/ferric-bytes/chksum-cli) [![Coverage](https://img.shields.io/codecov/c/gh/ferric-bytes/chksum-cli?style=flat-square&logo=codecov "Coverage")](https://app.codecov.io/gh/ferric-bytes/chksum-cli) [![MSRV](https://img.shields.io/badge/MSRV-1.66.0-informational?style=flat-square "MSRV")](https://github.com/ferric-bytes/chksum-cli/blob/master/Cargo.toml) -[![deps.rs](https://deps.rs/crate/chksum-cli/0.3.1/status.svg?style=flat-square "deps.rs")](https://deps.rs/crate/chksum-cli/0.3.1) +[![deps.rs](https://deps.rs/crate/chksum-cli/0.3.2/status.svg?style=flat-square "deps.rs")](https://deps.rs/crate/chksum-cli/0.3.2) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square "unsafe forbidden")](https://github.com/rust-secure-code/safety-dance) [![LICENSE](https://img.shields.io/github/license/ferric-bytes/chksum-cli?style=flat-square "LICENSE")](https://github.com/ferric-bytes/chksum-cli/blob/master/LICENSE) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf88208..653193b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.2] - 2023-08-21 ### Added @@ -60,7 +60,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[Unreleased]: https://github.com/ferric-bytes/chksum-cli/compare/v0.3.1...HEAD +[0.3.2]: https://github.com/ferric-bytes/chksum-cli/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/ferric-bytes/chksum-cli/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/ferric-bytes/chksum-cli/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/ferric-bytes/chksum-cli/releases/tag/v0.2.0 diff --git a/Cargo.lock b/Cargo.lock index e70df09..8ea4271 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -150,9 +150,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "cc" -version = "1.0.82" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01" +checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" dependencies = [ "libc", ] @@ -188,7 +188,7 @@ dependencies = [ [[package]] name = "chksum-cli" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "assert_cmd", @@ -744,9 +744,9 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" [[package]] name = "serde" -version = "1.0.183" +version = "1.0.185" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" +checksum = "be9b6f69f1dfd54c3b568ffa45c310d6973a5e5148fd40cf515acaf38cf5bc31" [[package]] name = "strsim" diff --git a/Cargo.toml b/Cargo.toml index 655a46e..ac0be2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chksum-cli" -version = "0.3.1" +version = "0.3.2" authors = ["Konrad GoĊ‚awski "] edition = "2021" rust-version = "1.66.0" diff --git a/README.md b/README.md index 6ab87b3..5fe558b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![crates.io](https://img.shields.io/crates/v/chksum-cli?style=flat-square&logo=rust "crates.io")](https://crates.io/crates/chksum-cli) [![Coverage](https://img.shields.io/codecov/c/gh/ferric-bytes/chksum-cli?style=flat-square&logo=codecov "Coverage")](https://app.codecov.io/gh/ferric-bytes/chksum-cli) [![MSRV](https://img.shields.io/badge/MSRV-1.66.0-informational?style=flat-square "MSRV")](https://github.com/ferric-bytes/chksum-cli/blob/master/Cargo.toml) -[![deps.rs](https://deps.rs/crate/chksum-cli/0.3.1/status.svg?style=flat-square "deps.rs")](https://deps.rs/crate/chksum-cli/0.3.1) +[![deps.rs](https://deps.rs/crate/chksum-cli/0.3.2/status.svg?style=flat-square "deps.rs")](https://deps.rs/crate/chksum-cli/0.3.2) [![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg?style=flat-square "unsafe forbidden")](https://github.com/rust-secure-code/safety-dance) [![LICENSE](https://img.shields.io/github/license/ferric-bytes/chksum-cli?style=flat-square "LICENSE")](https://github.com/ferric-bytes/chksum-cli/blob/master/LICENSE)