Skip to content

Commit eccdd78

Browse files
authored
chore(main): release megaparse 0.0.27 (#79)
1 parent eb49cf5 commit eccdd78

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.26"
2+
".": "0.0.27"
33
}

Diff for: CHANGELOG.md

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

3+
## [0.0.27](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.26...megaparse-v0.0.27) (2024-08-16)
4+
5+
6+
### Features
7+
8+
* **unstructured:** increased version ([#78](https://github.com/QuivrHQ/MegaParse/issues/78)) ([eb49cf5](https://github.com/QuivrHQ/MegaParse/commit/eb49cf5e79cd7a38c8212b315a4b64860c35a7b7))
9+
310
## [0.0.26](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.25...megaparse-v0.0.26) (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.26"
3+
version = "0.0.27"
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)