Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.49 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Dec 12, 2024
1 parent 5661cb2 commit b833ab4
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.48",
"libs/megaparse": "0.0.49",
"libs/megaparse_sdk": "0.1.7"
}
8 changes: 8 additions & 0 deletions libs/megaparse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.49](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.48...megaparse-v0.0.49) (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.0.48](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.47...megaparse-v0.0.48) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion libs/megaparse/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "megaparse"
version = "0.0.48"
version = "0.0.49"
authors = [
{ name = "Stan Girard", email = "[email protected]" },
{ name = "Chloé Daems", email = "[email protected]" },
Expand Down

0 comments on commit b833ab4

Please sign in to comment.