Skip to content

Commit

Permalink
0.9.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 8, 2023
1 parent 7947f8b commit e299a60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.9.0 (2023-06-08)
### Feature
* Removing logger config for release ([`7947f8b`](https://github.com/chanind/frame-semantic-transformer/commit/7947f8bac4e4e2f6e9c1d437dbdcccbde0880132))

## v0.8.2 (2023-04-15)
### Fix
* Align trigger-marked sentence to original sentence ([#19](https://github.com/chanind/frame-semantic-transformer/issues/19)) ([`6683a22`](https://github.com/chanind/frame-semantic-transformer/commit/6683a224740ddd8a19a707247f732bfc9e694ba2))
Expand Down
2 changes: 1 addition & 1 deletion frame_semantic_transformer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.2"
__version__ = "0.9.0"

from .FrameSemanticTransformer import (
FrameSemanticTransformer,
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "frame-semantic-transformer"
version = "0.8.2"
version = "0.9.0"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit e299a60

Please sign in to comment.