bump: version 1.0.0 → 1.0.1

doc-sources 1.0.1
namuan 1 year ago
parent a7d94a98bf
commit bc80360245

@ -1,3 +1,9 @@
## 1.0.1 (2023-01-06)
### Fix
- Ignore tests (temp) as they can't run on Github Actions due to binary dependencies
## 1.0.0 (2023-01-06)
### Feat

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

Loading…
Cancel
Save