Skip to content

Commit

Permalink
chore(main): release megaparse 0.0.24 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard authored Jul 30, 2024
1 parent fbc3e1b commit 6194171
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.23"
".": "0.0.24"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.24](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.23...megaparse-v0.0.24) (2024-07-30)


### Features

* async load ([#71](https://github.com/QuivrHQ/MegaParse/issues/71)) ([fbc3e1b](https://github.com/QuivrHQ/MegaParse/commit/fbc3e1b5f504eee9757e15592169ddad9b069f03))

## [0.0.23](https://github.com/QuivrHQ/MegaParse/compare/megaparse-v0.0.22...megaparse-v0.0.23) (2024-07-30)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "megaparse"
version = "0.0.23"
version = "0.0.24"
description = "Parse complex files (PDF,Docx,PPTX) for LLM consumption"
authors = ["Quivr"]
license = "Apache 2.0"
Expand Down

0 comments on commit 6194171

Please sign in to comment.