diff --git a/CHANGELOG.md b/CHANGELOG.md index b49ae3c..bc98d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.4](https://github.com/gwen-lg/subtile-ocr/compare/v0.2.3...v0.2.4) - 2025-02-08 + +### Added + +- *(ocr)* export ocr::process symbol + +### Other + +- *(code_check)* add `--locked` to cargo steps +- *(code_check)* remove `exit 1` in error summary check +- *(ocr)* Add documentation to ocr::Error + ## [0.2.3](https://github.com/gwen-lg/subtile-ocr/compare/v0.2.2...v0.2.3) - 2025-01-07 ### Other diff --git a/Cargo.lock b/Cargo.lock index 21b39b2..13c732d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -876,7 +876,7 @@ dependencies = [ [[package]] name = "subtile-ocr" -version = "0.2.3" +version = "0.2.4" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6b9e037..6038808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subtile-ocr" -version = "0.2.3" +version = "0.2.4" authors = ["Eliza Velasquez", "Gwen Lg "] edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"