bump: version 1.2.0 → 1.3.0

doc-sources 1.3.0
namuan 1 year ago
parent a80bfe3dcc
commit 1a54940e2a

@ -1,3 +1,14 @@
## 1.3.0 (2023-01-08)
### Feat
- Add support for huggingface embedding and allow user to select a different embedding provider from OpenAI
- Add an option to pre-process a PDF file
### Fix
- Update Changelog and remove # used for GH issues
## 1.2.0 (2023-01-07)
### Feat

@ -1,6 +1,6 @@
[tool.poetry]
name = "dr-doc-search"
version = "1.2.0"
version = "1.3.0"
description = "Search through a document using a chat interface"
authors = [
"namuan <github@deskriders.dev>",
@ -70,7 +70,7 @@ mkdocstrings-python = "^0.8.3"
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.3.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",

Loading…
Cancel
Save