Skip to content

Commit c7d9ede

Browse files
committed
chore(main): release core 0.0.17
1 parent 113e13a commit c7d9ede

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"backend/core": "0.0.16",
2+
"backend/core": "0.0.17",
33
".": "0.0.318"
44
}

backend/core/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.0.17](https://github.com/QuivrHQ/quivr/compare/core-0.0.16...core-0.0.17) (2024-10-01)
4+
5+
6+
### Features
7+
8+
* **assistants:** mock api ([#3195](https://github.com/QuivrHQ/quivr/issues/3195)) ([282fa0e](https://github.com/QuivrHQ/quivr/commit/282fa0e3f83f7c6fc8c84ca95f8f4ced4ed34b78))
9+
* introducing configurable retrieval workflows ([#3227](https://github.com/QuivrHQ/quivr/issues/3227)) ([ef90e8e](https://github.com/QuivrHQ/quivr/commit/ef90e8e672ca23d104c7d5bde7496f0929adf5d2))
10+
311
## [0.0.16](https://github.com/QuivrHQ/quivr/compare/core-0.0.15...core-0.0.16) (2024-09-17)
412

513

backend/core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quivr-core"
3-
version = "0.0.16"
3+
version = "0.0.17"
44
description = "Quivr core RAG package"
55
authors = [
66
{ name = "Stan Girard", email = "[email protected]" }

0 commit comments

Comments
 (0)