From 3619eb8893348bed67632a3f5a80c6b09b8bc0e0 Mon Sep 17 00:00:00 2001 From: calvin-archastro Date: Thu, 13 Aug 2026 19:46:23 -0700 Subject: [PATCH] chore: release v0.12.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8fd8567..7cb5849 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "aster" -version = "0.11.2" +version = "0.12.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 4657cbe..038e9bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aster" -version = "0.11.2" +version = "0.12.0" edition = "2021" rust-version = "1.88" description = "Build orchestration for polyglot monorepos"