From fb34ff00724e25baa2e8f2d01599aeb34ea683e2 Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Tue, 4 Jun 2024 16:06:11 +0200 Subject: [PATCH] chore(main): release 0.0.10 (#22) --- CHANGELOG.md | 11 +++++++++++ setup.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8b1000..54bc9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 0.0.10 (2024-06-04) + +## What's Changed +* Change from LiteralString to Literal (typing) by @dSupertramp in https://github.com/QuivrHQ/MegaParse/pull/21 +* chore: Add Dockerfile and Makefile for project setup by @StanGirard in https://github.com/QuivrHQ/MegaParse/pull/23 + +## New Contributors +* @dSupertramp made their first contribution in https://github.com/QuivrHQ/MegaParse/pull/21 + +**Full Changelog**: https://github.com/QuivrHQ/MegaParse/compare/v0.0.9...v0.0.10 + ## 0.0.9 (2024-06-04) ## What's Changed diff --git a/setup.py b/setup.py index fd2655f..2e06348 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="megaparse", - version="0.0.9", + version="0.0.10", description="Parse complex files (PDF,Docx,PPTX) for LLM consumption", long_description=open("README.md").read(), long_description_content_type="text/markdown",