Skip to content

Commit b88ace1

Browse files
authored
chore(main): release megaparse 0.0.29 (#84)
1 parent c5e73f6 commit b88ace1

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.28"
2+
".": "0.0.29"
33
}

Diff for: CHANGELOG.md

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

3+
## [0.0.29](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.28...megaparse-v0.0.29) (2024-08-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **building:** version not working ([#83](https://github.com/QuivrHQ/MegaParse/issues/83)) ([c5e73f6](https://github.com/QuivrHQ/MegaParse/commit/c5e73f6c821424ef277ddd15ddb5b2df48ff7ab2))
9+
310
## [0.0.28](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.27...megaparse-v0.0.28) (2024-08-16)
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.28"
3+
version = "0.0.29"
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)