Skip to content

Commit 8eecbf9

Browse files
authored
chore(main): release megaparse 0.0.33 (#100)
1 parent b3b80a3 commit 8eecbf9

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.32"
2+
".": "0.0.33"
33
}

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.33](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.32...megaparse-v0.0.33) (2024-11-01)
4+
5+
6+
### Bug Fixes
7+
8+
* readme ([#99](https://github.com/QuivrHQ/MegaParse/issues/99)) ([b3b80a3](https://github.com/QuivrHQ/MegaParse/commit/b3b80a3a599bbd4bec8ed79bb9ef44c8c7c92789))
9+
310
## [0.0.32](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.31...megaparse-v0.0.32) (2024-11-01)
411

512

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "megaparse"
3-
version = "0.0.32"
3+
version = "0.0.33"
44
description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption"
55
authors = [
66
{ name = "Stan Girard", email = "[email protected]" },

0 commit comments

Comments
 (0)