Skip to content

Commit

Permalink
chore(main): release 0.5.5 (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 25, 2023
1 parent 22fd42c commit d21c11f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.5.5](https://github.com/gentrace/gentrace-python/compare/v0.5.4...v0.5.5) (2023-04-25)


### Bug Fixes

* add validity check for Pinecone ([#67](https://github.com/gentrace/gentrace-python/issues/67)) ([22fd42c](https://github.com/gentrace/gentrace-python/commit/22fd42c954e74291f005ef91913cbb3eabd411cf))
* check hostname validity, throw exception if not correct ([#65](https://github.com/gentrace/gentrace-python/issues/65)) ([6429350](https://github.com/gentrace/gentrace-python/commit/6429350c32a11304749213de6951702ec771c111))

## [0.5.4](https://github.com/gentrace/gentrace-python/compare/v0.5.3...v0.5.4) (2023-04-24)


Expand Down
2 changes: 1 addition & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = [
{include = "gentrace"},
]
repository = "https://github.com/gentrace/gentrace-python"
version = "0.5.4"
version = "0.5.5"

[tool.poetry.dependencies]
aenum = ">=3.1.11"
Expand Down

0 comments on commit d21c11f

Please sign in to comment.