bump: version 1.4.0 → 1.4.1

pull/9/head 1.4.0
namuan 1 year ago
parent 0c8af9f8c7
commit f26e0788b0

@ -1,3 +1,9 @@
## 1.4.1 (2023-01-14)
### Fix
- Ignore empty text chunk as it'll cause error later
## 1.4.0 (2023-01-14)
### Feat

@ -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 <github@deskriders.dev>",
@ -70,7 +70,7 @@ mkdocstrings-python = "^0.8.3"
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.4.0"
version = "1.4.1"
tag_format = "$version"
version_files = [
"pyproject.toml:version",

Loading…
Cancel
Save