From 5a896cfafaa9c92d9c1d2f4f16f79c653a417e8e Mon Sep 17 00:00:00 2001 From: Pedro Queiroz Date: Sat, 25 Apr 2026 22:08:27 -0300 Subject: [PATCH] chore(main): release 0.3.3 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c3eed3..aa837e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.3](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.2...v0.3.3) (2026-04-26) + + +### Bug Fixes + +* allow dirty ci file in cargo-dist config ([967bebe](https://github.com/pmqueiroz/lumen-diff/commit/967bebeeefb545c55b220f58009843efca3d4cd0)) +* trigger release via workflow_dispatch instead of tag push ([713b8f4](https://github.com/pmqueiroz/lumen-diff/commit/713b8f4d711e5b720477535036f1834f445cfcc9)) + ## [0.3.2](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.1...v0.3.2) (2026-04-26) diff --git a/Cargo.lock b/Cargo.lock index 839ca38..48f8140 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,7 +1380,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lumendiff" -version = "0.3.2" +version = "0.3.3" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index fffee8d..6eee319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumendiff" -version = "0.3.2" +version = "0.3.3" edition = "2024" authors = ["Peam "] description = "High-performance visual regression testing tool"