Skip to content

Commit

Permalink
chore(main): release 0.0.4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Jun 2, 2024
1 parent b67dbd6 commit ce07c03
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.0.4 (2024-06-02)

## What's Changed
* add: baseline evaluation by @StanGirard in https://github.com/QuivrHQ/MegaParse/pull/7
* Add support for Unstructured Parser, improve Table and Image Parsing, and add TOC and Hyperlinks for Docx by @StanGirard in https://github.com/QuivrHQ/MegaParse/pull/9


**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.3...v0.0.4

## 0.0.3 (2024-05-30)

**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.2...v0.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="megaparse",
version="0.0.3",
version="0.0.4",
description="Parse complex files (PDF,Docx,PPTX) for LLM consumption",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit ce07c03

Please sign in to comment.