File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- Some form of concurrent execution, but this might not be necessary as some
1111 dependencies already use ` rayon ` and ` crossbeam ` .
1212
13+ ## [ 0.2.4] - 2025-09-08
14+
15+ ### Changed
16+ - Updated several dependencies to newer versions.
17+ - ` cargo audit ` found a security vulnerability in a dependency (that version has been yanked).
18+
1319## [ 0.2.3] - 2024-07-10
1420
1521### Changed
Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2024 Ivan Lazarevic
3+ Copyright (c) 2025 Ivan Lazarević
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ The file paths in the examples are for Windows.
5757- ` reduce_image_size D:\img_src D:\img_dst --recursive --resize --quality 60 --size L `
5858
5959## Notes
60- - Developed in Rust 1.74.1, but also tested later with Rust 1.79.0.
60+ - Updated and tested in Rust 1.89.0 on Apple silicon with macOS Sequoia 15.3.
61+ - First developed in Rust 1.74.1, but also tested later with Rust 1.79.0.
6162- Tested on x86-64 CPUs on Windows 10 and Windows 11.
6263- Tested on Apple silicon, M2 Pro, on macOS Sonoma 14.5.
6364- Also tested on WSL - Ubuntu 22.04.2 LTS (GNU/Linux 5.15.133.1-microsoft-standard-WSL2 x86_64) on Windows 11 @ x86-64.
You can’t perform that action at this time.
0 commit comments