Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg authored Jan 7, 2025
1 parent 7fb5fe0 commit 9fb5f8e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.2](/~https://github.com/gwen-lg/subtile-ocr/compare/v0.2.1...v0.2.2) - 2025-01-07

### Added

- *(puffin)* use a BufWriter for pref stats file

### Other

- *(gitignore)* remove data files of ignore
- *(release-plz)* configure Release-plz for pr
- *(cargo)* fix alphabetical order of dependencies
- *(cargo)* update subtile dependendies to 0.3.1
- fix github workflows change for trigger code_check
- *(cargo)* update dependendies

## [0.2.1](/~https://github.com/gwen-lg/subtile-ocr/compare/v0.2.0...v0.2.1) - 2024-08-11

### 🚀 Features
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.1"
version = "0.2.2"
authors = ["Eliza Velasquez", "Gwen Lg <me@gwenlg.fr>"]
edition = "2021"
description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"
Expand Down

0 comments on commit 9fb5f8e

Please sign in to comment.