Skip to content

Commit

Permalink
chore(main): release 0.34.0 (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 420a82f commit 355c1de
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.34.0](https://github.com/gentrace/gentrace-python/compare/v0.33.1...v0.34.0) (2024-12-17)


### Features

* add path to run ([#256](https://github.com/gentrace/gentrace-python/issues/256)) ([420a82f](https://github.com/gentrace/gentrace-python/commit/420a82f61efa9b513c72c74338748bb37599da21))


### Bug Fixes

* Fix dependencies for Python Poetry environments ([#253](https://github.com/gentrace/gentrace-python/issues/253)) ([0c2a8e4](https://github.com/gentrace/gentrace-python/commit/0c2a8e49b3813f3c8eb90d335d495df6f09949b0))

## [0.33.1](https://github.com/gentrace/gentrace-python/compare/v0.33.0...v0.33.1) (2024-11-14)


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.33.1"
version = "0.34.0"

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

0 comments on commit 355c1de

Please sign in to comment.