From 74e95c5d2b7d0384af1de8ec98b34cbdbe357ef6 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Thu, 10 Apr 2025 20:00:54 +0200 Subject: Release version 0.1.2 Fixes . --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5dcad..e925505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ The format is based on [Keep A Changelog][] and this project adheres to ## Unreleased +## [0.1.2] - 2025-04-10 + ### Fixed - Update parseq. Fixes [RUSTSEC-2025-0024](https://rustsec.org/advisories/RUSTSEC-2025-0024). diff --git a/Cargo.lock b/Cargo.lock index 1e6695a..fa290e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ dependencies = [ [[package]] name = "brck" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 84ade45..b1e6f26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brck" -version = "0.1.1" +version = "0.1.2" authors = ["Stefan Kreutz "] edition = "2021" description = "A simple bit rot checker" -- cgit v1.2.3