Skip to content

Commit ea3b405

Browse files
committed
Update CHANGELOG.md, README.md, LICENSE
1 parent b6870cc commit ea3b405

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Ivan Lazarevic
3+
Copyright (c) 2025 Ivan Lazarević
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)