From c7b303deb3c73e8bd922589345dcb6f0e85e7f09 Mon Sep 17 00:00:00 2001 From: Pedro Queiroz Date: Sat, 25 Apr 2026 22:02:47 -0300 Subject: [PATCH] chore(main): release 0.3.2 --- CHANGELOG.md | 11 +++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f179013..4c3eed3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.2](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.1...v0.3.2) (2026-04-26) + + +### Bug Fixes + +* create release tag via GitHub API instead of git push ([40ee730](https://github.com/pmqueiroz/lumen-diff/commit/40ee73089a2b26306e5a4ca6997686287ab5ebde)) +* fetch merge commit before tagging in shallow clone ([59e927f](https://github.com/pmqueiroz/lumen-diff/commit/59e927fde7e162d2bd53fb25462fbedfe054ec7b)) +* revert to GITHUB_TOKEN now that workflow permissions are write ([98482d9](https://github.com/pmqueiroz/lumen-diff/commit/98482d955a13c3bb594e938d55efa60d5d26e8cf)) +* tag pending release PRs independently of release-please outputs ([781f5dc](https://github.com/pmqueiroz/lumen-diff/commit/781f5dca2c68c8c5633ecad01048e8cc329ec024)) +* use RELEASE_PLEASE_TOKEN for tag creation ([0d02e9e](https://github.com/pmqueiroz/lumen-diff/commit/0d02e9ec6d49f5b7c40a5f9b7f06cb10398639c3)) + ## [0.3.1](https://github.com/pmqueiroz/lumen-diff/compare/v0.3.0...v0.3.1) (2026-04-26) diff --git a/Cargo.lock b/Cargo.lock index aff1e21..839ca38 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,7 +1380,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lumendiff" -version = "0.3.1" +version = "0.3.2" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index d256d6e..fffee8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumendiff" -version = "0.3.1" +version = "0.3.2" edition = "2024" authors = ["Peam "] description = "High-performance visual regression testing tool"