chore(main): release core 0.0.11 (#2886)

🤖 I have created a release *beep* *boop*
---


##
[0.0.11](https://github.com/QuivrHQ/quivr/compare/core-0.0.10...core-0.0.11)
(2024-07-22)


### Features

* move parsers quivr core
([#2884](https://github.com/QuivrHQ/quivr/issues/2884))
([d3c53e6](d3c53e6353))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
Stan Girard 2024-07-22 10:13:42 +02:00 committed by GitHub
parent a619f567f9
commit 09d8d50422
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{
"backend/core": "0.0.10",
"backend/core": "0.0.11",
".": "0.0.284"
}

View File

@ -1,5 +1,12 @@
# Changelog
## [0.0.11](https://github.com/QuivrHQ/quivr/compare/core-0.0.10...core-0.0.11) (2024-07-22)
### Features
* move parsers quivr core ([#2884](https://github.com/QuivrHQ/quivr/issues/2884)) ([d3c53e6](https://github.com/QuivrHQ/quivr/commit/d3c53e63539bade5cbd716edf7e9af68ba15ed08))
## [0.0.10](https://github.com/QuivrHQ/quivr/compare/core-0.0.9...core-0.0.10) (2024-07-19)

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "quivr-core"
version = "0.0.10"
version = "0.0.11"
description = "Quivr core RAG package"
authors = []
readme = "README.md"