Skip to content

Commit

Permalink
chore(main): release 0.5.4 (#62)
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 24, 2023
1 parent 6a06ed3 commit 5d5b16f
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.4](https://github.com/gentrace/gentrace-python/compare/v0.5.3...v0.5.4) (2023-04-24)


### Bug Fixes

* add Pinecone tests ([#61](https://github.com/gentrace/gentrace-python/issues/61)) ([5828612](https://github.com/gentrace/gentrace-python/commit/58286129fa46fae4bf08ff73413cc0141f7932f5))
* don't throw if pipeline ID isn't specified ([#63](https://github.com/gentrace/gentrace-python/issues/63)) ([6a06ed3](https://github.com/gentrace/gentrace-python/commit/6a06ed3d3ebcbb672c8103eeaa1273a9d01c971d))

## [0.5.3](https://github.com/gentrace/gentrace-python/compare/v0.5.2...v0.5.3) (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.3"
version = "0.5.4"

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

0 comments on commit 5d5b16f

Please sign in to comment.