bump: version 1.5.1 → 1.6.0

pull/13/head 1.6.0
namuan 1 year ago
parent 63cfd1c21b
commit df7c5d3304

@ -1,3 +1,9 @@
## 1.6.0 (2023-02-05)
### Feat
- Set temperature when working with OpenAI feat: Store chat in a chat archive which persists between sessions
## 1.5.1 (2023-01-29)
### Fix

@ -1,6 +1,6 @@
[tool.poetry]
name = "dr-doc-search"
version = "1.5.1"
version = "1.6.0"
description = "Search through a document using a chat interface"
authors = [
"namuan <github@deskriders.dev>",
@ -71,7 +71,7 @@ mkdocstrings-python = "^0.8.3"
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.5.1"
version = "1.6.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",

Loading…
Cancel
Save