Skip to content

Commit

Permalink
Updates version to 0.0.10 and finalizes release notes in CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Paethon committed Nov 2, 2023
1 parent 9570150 commit e3081b7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
The version numbers are according to [Semantic Versioning](http://semver.org/).
(Versions prior to v1.0.0 might not strictly follow semantic versioning)

## Release v0.0.10 (2023-??-??)
## Next Release
### Added
- Adds an environment variable `OCR_WRAPPER_CACHE_FILE` to specify an ocr cache file globally

### Changed
- Changed GoogleOCR to use WebP instead of PNG to transfer images to the cloud (reduces amount of transferred data by ~ 1/2)

### Fixed
- Fixed a bug that prevented Google OCR from working with one sample

### Removed

## Release v0.0.10 (2023-11-02)
### Added
- Adds an environment variable `OCR_WRAPPER_CACHE_FILE` to specify an ocr cache file globally
### Changed
- Changed GoogleOCR to use WebP instead of PNG to transfer images to the cloud (reduces amount of transferred data by ~ 1/2)
### Fixed
- Fixed a bug that prevented Google OCR from working with one sample

## Release v0.0.9 (2023-09-07)
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="ocr_wrapper",
version="0.0.9",
version="0.0.10",
packages=find_packages(),
include_package_data=True,
license="MIT",
Expand Down

0 comments on commit e3081b7

Please sign in to comment.