From 573305c0fbde5067828a3f931835632034b14339 Mon Sep 17 00:00:00 2001 From: Pedro Queiroz Date: Sat, 25 Apr 2026 22:16:02 -0300 Subject: [PATCH] chore(main): release 0.3.4 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa837e9..c2eff9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.4](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.3...v0.3.4) (2026-04-26) + + +### Bug Fixes + +* add actions: write permission for workflow dispatch ([4e02359](https://github.com/pmqueiroz/lumen-diff/commit/4e0235932160ff4071dec0e02d9a811aa13b3d24)) + ## [0.3.3](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.2...v0.3.3) (2026-04-26) diff --git a/Cargo.lock b/Cargo.lock index 48f8140..16e1ed4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,7 +1380,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lumendiff" -version = "0.3.3" +version = "0.3.4" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 6eee319..490801b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumendiff" -version = "0.3.3" +version = "0.3.4" edition = "2024" authors = ["Peam "] description = "High-performance visual regression testing tool"