From 6f1de895b02ccca8599a8d75eba702ff31e59dcb Mon Sep 17 00:00:00 2001 From: xd009642 Date: Tue, 28 Nov 2023 14:36:30 +0000 Subject: [PATCH] Release 0.27.2 --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 306cc4f289..89b31adee7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ From 2019 onwards, all notable changes to tarpaulin will be documented in this file. -## [Unreleased] +## [0.27.2] 2023-11-28 ### Changed - Don't disable ASLR if it's already disabled diff --git a/Cargo.lock b/Cargo.lock index 7aaba011a9..2d92add4d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "cargo-tarpaulin" -version = "0.27.1" +version = "0.27.2" dependencies = [ "cargo_metadata", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index f38cba68ca..7cd888f038 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-tarpaulin" -version = "0.27.1" +version = "0.27.2" authors = ["Daniel McKenna "] description = "Cargo-Tarpaulin is a tool to determine code coverage achieved via tests" repository = "https://github.com/xd009642/tarpaulin"