From 3f000288aa5432aae53ff1ab6329e554b8cbdf3b Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Wed, 17 Apr 2024 12:40:01 -0400 Subject: [PATCH] chore: prepare release 0.15.0 (#808) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc32bda1c..9740fec1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3138,7 +3138,7 @@ dependencies = [ [[package]] name = "rattler-build" -version = "0.14.2" +version = "0.15.0" dependencies = [ "ansi-to-tui", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d9e450000..ec005c40a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = ["rust-tests"] [package] name = "rattler-build" -version = "0.14.2" +version = "0.15.0" authors = ["Wolf Vollprecht "] homepage = "https://github.com/prefix-dev/rattler-build" edition = "2021"