Skip to content

Commit

Permalink
bump: version 1.5.1 → 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Feb 5, 2023
1 parent 63cfd1c commit df7c5d3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit df7c5d3

Please sign in to comment.