We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8af9f commit f26e078Copy full SHA for f26e078
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 1.4.1 (2023-01-14)
2
+
3
+### Fix
4
5
+- Ignore empty text chunk as it'll cause error later
6
7
## 1.4.0 (2023-01-14)
8
9
### Feat
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dr-doc-search"
-version = "1.4.0"
+version = "1.4.1"
description = "Search through a document using a chat interface"
authors = [
"namuan <[email protected]>",
@@ -70,7 +70,7 @@ mkdocstrings-python = "^0.8.3"
70
71
[tool.commitizen]
72
name = "cz_conventional_commits"
73
74
tag_format = "$version"
75
version_files = [
76
"pyproject.toml:version",
0 commit comments