bump: version 1.1.0 → 1.2.0

doc-sources 1.2.0
namuan 1 year ago
parent a913fe0a48
commit e3b0303376

@ -1,3 +1,17 @@
## 1.2.0 (2023-01-07)
### Feat
- Remove duplicate processing of finding similarities
### Fix
- Only copy pdf if the source path is different
### Refactor
- Simplify code
## 1.1.0 (2023-01-07)
### Feat

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

Loading…
Cancel
Save