Skip to content

Commit

Permalink
chore(main): release megaparse-sdk 0.1.8 (#178)
Browse files Browse the repository at this point in the history
Co-authored-by: AmineDiro <[email protected]>
  • Loading branch information
StanGirard and AmineDiro authored Dec 12, 2024
1 parent b833ab4 commit e6fcddc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"libs/megaparse": "0.0.49",
"libs/megaparse_sdk": "0.1.7"
"libs/megaparse_sdk": "0.1.8"
}
8 changes: 8 additions & 0 deletions libs/megaparse_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.8](https://github.com/QuivrHQ/MegaParse/compare/megaparse-sdk-v0.1.7...megaparse-sdk-v0.1.8) (2024-12-12)


### Features

* custom auto ([#131](https://github.com/QuivrHQ/MegaParse/issues/131)) ([3cb5be4](https://github.com/QuivrHQ/MegaParse/commit/3cb5be4a8c8eeb6dd6e9b87d7bbca24491db4c29))
* faster ocr ([#180](https://github.com/QuivrHQ/MegaParse/issues/180)) ([5661cb2](https://github.com/QuivrHQ/MegaParse/commit/5661cb2d52d959cbca0f41339791129cd35d4036))

## [0.1.7](https://github.com/QuivrHQ/MegaParse/compare/megaparse-sdk-v0.1.6...megaparse-sdk-v0.1.7) (2024-11-25)


Expand Down
2 changes: 1 addition & 1 deletion libs/megaparse_sdk/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "megaparse-sdk"
version = "0.1.7"
version = "0.1.8"
description = "Megaparse SDK"
dependencies = [
"python-dotenv>=1.0.0",
Expand Down

0 comments on commit e6fcddc

Please sign in to comment.