Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 9, 2023
1 parent 4c53887 commit a061507
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.7.0 (2023-03-09)
### Feature
* Propbank ([#16](https://github.com/chanind/frame-semantic-transformer/issues/16)) ([`4c53887`](https://github.com/chanind/frame-semantic-transformer/commit/4c538875be45c5b851286b1a17156b951c786a07))

## v0.6.2 (2023-03-01)
### Performance
* Minor performance improvements for arg extraction and frame detection ([#15](https://github.com/chanind/frame-semantic-transformer/issues/15)) ([`7e03969`](https://github.com/chanind/frame-semantic-transformer/commit/7e039695b8cfa1ae5b8de1b9b4d4145e5bec3884))
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.6.2"
__version__ = "0.7.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.6.2"
version = "0.7.0"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit a061507

Please sign in to comment.