Skip to content

Commit bd8767b

Browse files
committed
chore: bump version to 0.1.2
1 parent 5a9206b commit bd8767b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.2] - 2024-03-21
9+
10+
### Changed
11+
- Improved package structure and imports
12+
- Enhanced error handling in OCR processing
13+
- Updated documentation with usage examples
14+
15+
### Fixed
16+
- Resolved import issues for package installation
17+
- Further improvements to Windows Tesseract PATH handling
18+
819
## [0.1.1] - 2024-03-21
920

1021
### Fixed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-ocr"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "MCP server for OCR functionality using Tesseract"
55
readme = "README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)