Skip to content

Commit f26e078

Browse files
committed
bump: version 1.4.0 → 1.4.1
1 parent 0c8af9f commit f26e078

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 1.4.0 (2023-01-14)
28

39
### Feat

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dr-doc-search"
3-
version = "1.4.0"
3+
version = "1.4.1"
44
description = "Search through a document using a chat interface"
55
authors = [
66
"namuan <[email protected]>",
@@ -70,7 +70,7 @@ mkdocstrings-python = "^0.8.3"
7070

7171
[tool.commitizen]
7272
name = "cz_conventional_commits"
73-
version = "1.4.0"
73+
version = "1.4.1"
7474
tag_format = "$version"
7575
version_files = [
7676
"pyproject.toml:version",

0 commit comments

Comments
 (0)