From 9f792669fa66326b6a4ce3855d36c8a6e44be723 Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Tue, 30 Apr 2024 15:02:17 +0200 Subject: [PATCH] chore(release): prepare for release 0.2.3 --- ocr-correction-viklofg-sweocr/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ocr-correction-viklofg-sweocr/CHANGELOG.md b/ocr-correction-viklofg-sweocr/CHANGELOG.md index 38a0896..095ae5b 100644 --- a/ocr-correction-viklofg-sweocr/CHANGELOG.md +++ b/ocr-correction-viklofg-sweocr/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to this project will be documented in this file. +## [unreleased] + +### 🐛 Bug Fixes + +- Write annotations at correct index +- Add py.typed marker +- *(typing)* Ignore type-checking on modules +- Missing import + +### 📚 Documentation + +- Fix description + ## [0.2.2] - 2024-03-27 ### 🚀 Features