Skip to content

Commit

Permalink
bump: version 1.1.0 → 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
namuan committed Jan 7, 2023
1 parent a913fe0 commit e3b0303
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.2.0 (2023-01-07)

### Feat

- Remove duplicate processing of finding similarities

### Fix

- Only copy pdf if the source path is different

### Refactor

- Simplify code

## 1.1.0 (2023-01-07)

### Feat
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.1.0"
version = "1.2.0"
description = "Search through a document using a chat interface"
authors = [
"namuan <github@deskriders.dev>",
Expand Down Expand Up @@ -68,7 +68,7 @@ coverage = "^7.0.3"

[tool.commitizen]
name = "cz_conventional_commits"
version = "1.1.0"
version = "1.2.0"
tag_format = "$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit e3b0303

Please # to comment.