From d928536dd8ffa75fad3dab25dd72f5943611e566 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Sat, 16 Mar 2024 15:55:28 +0000 Subject: [PATCH] Bump version to 0.8.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d5220bd..dab7e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ws2812-pio" -version = "0.7.0" +version = "0.8.0" edition = "2021" license = "Apache-2.0" description = "Driver implementation for the WS2812 smart LED using the RP2040's PIO peripheral."