Skip to content

Commit

Permalink
chore(main): release megaparse-sdk 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Dec 23, 2024
1 parent 7b7fb40 commit 344c919
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.52",
"libs/megaparse_sdk": "0.1.10"
"libs/megaparse_sdk": "0.1.11"
}
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.11](https://github.com/QuivrHQ/MegaParse/compare/megaparse-sdk-v0.1.10...megaparse-sdk-v0.1.11) (2024-12-23)


### Bug Fixes

* add parse tests for every supported extensions ([#198](https://github.com/QuivrHQ/MegaParse/issues/198)) ([9dff0de](https://github.com/QuivrHQ/MegaParse/commit/9dff0de0c1de848151fe9a6519b658f0924c1228))
* Strategy heuristic test & fix ([#203](https://github.com/QuivrHQ/MegaParse/issues/203)) ([7b7fb40](https://github.com/QuivrHQ/MegaParse/commit/7b7fb40cae4ed380a5f0ca0035a7bd2bcc9147c3))

## [0.1.10](https://github.com/QuivrHQ/MegaParse/compare/megaparse-sdk-v0.1.9...megaparse-sdk-v0.1.10) (2024-12-16)


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.10"
version = "0.1.11"
description = "Megaparse SDK"
dependencies = [
"python-dotenv>=1.0.0",
Expand Down

0 comments on commit 344c919

Please sign in to comment.