From 031d6ae5d511b41d5588b72a2d9b5329ac957b4c Mon Sep 17 00:00:00 2001 From: zackees Date: Mon, 22 Jun 2026 15:51:08 -0700 Subject: [PATCH] chore: bump version to 2.3.2 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2e69ad40..a14935ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ exclude = ["dylints/ban_raw_subprocess"] libraries = [{ path = "dylints/*" }] [workspace.package] -version = "2.3.1" +version = "2.3.2" edition = "2021" rust-version = "1.94.1" license = "MIT OR Apache-2.0" diff --git a/pyproject.toml b/pyproject.toml index 0678691e..9b5508bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fbuild" -version = "2.3.1" +version = "2.3.2" description = "PlatformIO-compatible embedded build tool (Rust implementation)" readme = "README.md" requires-python = ">=3.10"