From 2f36fb687073bd16bf9ded25e18268d3e8b639ae Mon Sep 17 00:00:00 2001 From: Gwen Lg <105106246+gwen-lg@users.noreply.github.com> Date: Sat, 8 Feb 2025 22:00:33 +0100 Subject: [PATCH] chore: release v0.2.4 --- CHANGELOG.md | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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"