diff --git a/CHANGELOG.md b/CHANGELOG.md index c9a3955..92e3d95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5](https://github.com/gwen-lg/subtile-ocr/compare/v0.2.4...v0.2.5) - 2025-04-15 + +### Other + +- ignore `wip*` branch on push +- *(release-plz)* update release-plz action +- add dependabot.yml for github +- *(clippy)* pass profiling_data argument by ref to write_perf_file fn +- *(clippy)* enable addidionnal clippy lints +- add missing const on some fn +- add conf with allowed-duplicate-crates +- add FUNDING.yml file with liberapay account + ## [0.2.4](https://github.com/gwen-lg/subtile-ocr/compare/v0.2.3...v0.2.4) - 2025-02-08 ### Added diff --git a/Cargo.lock b/Cargo.lock index 13c732d..3af2c37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "subtile-ocr" -version = "0.2.4" +version = "0.2.5" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dfe42d5..046f0e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subtile-ocr" -version = "0.2.4" +version = "0.2.5" authors = ["Eliza Velasquez", "Gwen Lg "] edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"