Skip to content

Commit

Permalink
chore: release v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg authored Feb 8, 2025
1 parent 6496a6c commit 2f36fb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "subtile-ocr"
version = "0.2.3"
version = "0.2.4"
authors = ["Eliza Velasquez", "Gwen Lg <[email protected]>"]
edition = "2021"
description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"
Expand Down

0 comments on commit 2f36fb6

Please sign in to comment.