bump: version 0.11.0 → 1.0.0

doc-sources
namuan 1 year ago
parent 54b2363ec8
commit acd9b0a20d

@ -1,3 +1,9 @@
## 1.0.0 (2023-01-06)
### Feat
- Write workflow to generate book summary
## 0.11.0 (2023-01-05)
### Feat

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

Loading…
Cancel
Save