Skip to content

Commit

Permalink
Updates version to 0.2.3 and adds release notes for the new version i…
Browse files Browse the repository at this point in the history
…n CHANGELOG.md.
  • Loading branch information
Paethon committed Oct 29, 2024
1 parent c928c68 commit 4a3b852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ The version numbers are according to [Semantic Versioning](http://semver.org/).
- OCR provider specific dependencies are now being loaded lazily to reduce the import time
### Removed


## Release v0.2.3 (2024-10-29)
### Changed
- OCR provider specific dependencies are now being loaded lazily to reduce the import time

## Release v0.2.2 (2024-10-03)
### Added
- Added OpenTelemetry to `GoogleAzureOCR`, `GoogleOCR`, `AzureOCR`, and `OcrWrapper` to enable tracing of the OCR process
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "ocr_wrapper"
version = "0.2.2"
version = "0.2.3"
license.file = "LICENSE.md"
authors = [{ name = "DeepOpinion", email = "hello@deepopinion.ai" }]
urls.repository = "https://github.com/deepopinion/ocr_wrapper"
Expand Down

0 comments on commit 4a3b852

Please sign in to comment.