Skip to content

Commit

Permalink
chore(main): release core 0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Sep 19, 2024
1 parent 42f4bb7 commit ea32b89
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,4 +1,4 @@
{
"backend/core": "0.0.16",
"backend/core": "0.0.17",
".": "0.0.315"
}
7 changes: 7 additions & 0 deletions backend/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.17](https://github.com/QuivrHQ/quivr/compare/core-0.0.16...core-0.0.17) (2024-09-19)


### Features

* **assistants:** mock api ([#3195](https://github.com/QuivrHQ/quivr/issues/3195)) ([282fa0e](https://github.com/QuivrHQ/quivr/commit/282fa0e3f83f7c6fc8c84ca95f8f4ced4ed34b78))

## [0.0.16](https://github.com/QuivrHQ/quivr/compare/core-0.0.15...core-0.0.16) (2024-09-17)


Expand Down
2 changes: 1 addition & 1 deletion backend/core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "quivr-core"
version = "0.0.16"
version = "0.0.17"
description = "Quivr core RAG package"
authors = [
{ name = "Stan Girard", email = "[email protected]" }
Expand Down

0 comments on commit ea32b89

Please sign in to comment.