From f2546c88d1d950c71e0209c5390e16287f567afc Mon Sep 17 00:00:00 2001 From: xd009642 Date: Fri, 3 May 2024 09:51:50 +0100 Subject: [PATCH] prepare for release again! (#1537) --- CHANGELOG.md | 4 ++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f37cc0320..ab661e6be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ From 2019 onwards, all notable changes to tarpaulin will be documented in this file. +## [0.29.1] 2024-05-03 +### Added +- Use `RUSTUP_HOME` to handle rustup being installed in non-standard directories + ## [0.29.0] 2024-05-01 ### Added - Troubleshooting guide diff --git a/Cargo.lock b/Cargo.lock index f6f2f77d8..3570856c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -198,7 +198,7 @@ dependencies = [ [[package]] name = "cargo-tarpaulin" -version = "0.29.0" +version = "0.29.1" dependencies = [ "cargo_metadata", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index a44c93450..899846afa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tarpaulin" -version = "0.29.0" +version = "0.29.1" authors = ["Daniel McKenna "] description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests" repository = "https://github.com/xd009642/tarpaulin"