bump: version 0.10.0 → 0.11.0

doc-sources
namuan 1 year ago
parent 2a793f8656
commit 0aa7973ab2

@ -1,3 +1,9 @@
## 0.11.0 (2023-01-05)
### Feat
- Add steps to convert pdf file to scanned pages of text
## 0.10.0 (2023-01-04)
### Feat

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

Loading…
Cancel
Save