diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a6d2e6..79b2e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/pmqueiroz/lumen-diff/compare/v0.1.0...v0.2.0) (2026-03-15) + + +### Features + +* limit chromium with args ([cda19f0](https://github.com/pmqueiroz/lumen-diff/commit/cda19f0495affd672aa2726fd2cee2adf85d8ba0)) + ## 0.1.0 (2026-03-15) diff --git a/Cargo.lock b/Cargo.lock index 70045ce..bd17473 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1380,7 +1380,7 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" [[package]] name = "lumendiff" -version = "0.1.0" +version = "0.2.0" dependencies = [ "async-trait", "axum", diff --git a/Cargo.toml b/Cargo.toml index 31e45f6..2fcea4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lumendiff" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["Peam "] description = "High-performance visual regression testing tool"