bump: version 1.5.0 → 1.5.1

pull/11/head 1.5.1
namuan 1 year ago
parent 469b264f6b
commit cb37d995b5

@ -1,3 +1,10 @@
## 1.5.1 (2023-01-29)
### Fix
- Fix broken indexing, only worked for first 2 text chunks @Klingefjord
- Suppress warnings
## 1.5.0 (2023-01-29)
### Feat

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

Loading…
Cancel
Save