Skip to content

Commit

Permalink
chore(main): release 0.27.0 (#193)
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] authored Jan 10, 2024
1 parent ef66bb5 commit e9fd1e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.27.0](https://github.com/gentrace/gentrace-python/compare/v0.26.1...v0.27.0) (2024-01-10)


### Features

* Add bulk create SDK, remove OpenAI completion endpoint ([#192](https://github.com/gentrace/gentrace-python/issues/192)) ([f395b0f](https://github.com/gentrace/gentrace-python/commit/f395b0ff0c0444737234c93a6116ec3ec5aafe78))


### Bug Fixes

* Specify evaluation payloads ([#194](https://github.com/gentrace/gentrace-python/issues/194)) ([ef66bb5](https://github.com/gentrace/gentrace-python/commit/ef66bb504c7c039f13cfa7d17d47771e1126751b))

## [0.26.1](https://github.com/gentrace/gentrace-python/compare/v0.26.0...v0.26.1) (2023-12-11)


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.26.1"
version = "0.27.0"

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

0 comments on commit e9fd1e1

Please sign in to comment.