Skip to content

Commit

Permalink
0.8.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 15, 2023
1 parent 3f937fb commit 73d1d44
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.8.0 (2023-03-15)
### Feature
* New models trained on Framenet exemplars ([#18](https://github.com/chanind/frame-semantic-transformer/issues/18)) ([`3f937fb`](https://github.com/chanind/frame-semantic-transformer/commit/3f937fbc475bd8600cb62ca885fcf0e4a80effba))

## 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))
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.7.0"
__version__ = "0.8.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.7.0"
version = "0.8.0"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 73d1d44

Please sign in to comment.