bump: version 1.0.1 → 1.1.0

doc-sources 1.1.0
namuan 1 year ago
parent c1fddfb986
commit c13e4c9ec6

@ -1,3 +1,15 @@
## 1.1.0 (2023-01-07)
### Feat
- #2 Provide option to just create a model for provided book
- #1 WebUI using Holoviz Panel framework
### Refactor
- Cleanup
- Combine workflow steps in a single file to make it easy to port to other projects
## 1.0.1 (2023-01-06)
### Fix

@ -1,6 +1,6 @@
[tool.poetry]
name = "dr-doc-search"
version = "1.0.1"
version = "1.1.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.0.1"
version = "1.1.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",

Loading…
Cancel
Save