From 9fb5f8edef527e629f8596513155140057a17199 Mon Sep 17 00:00:00 2001 From: Gwen Lg <105106246+gwen-lg@users.noreply.github.com> Date: Tue, 7 Jan 2025 16:14:21 +0100 Subject: [PATCH] chore: release v0.2.2 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cf48b..b673c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 9bd23ae..57a5133 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -869,7 +869,7 @@ dependencies = [ [[package]] name = "subtile-ocr" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index b6548c9..b39a7a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "subtile-ocr" -version = "0.2.1" +version = "0.2.2" authors = ["Eliza Velasquez", "Gwen Lg "] edition = "2021" description = "Converts DVD VOB subtitles to SRT subtitles with Tesseract OCR"