Skip to content

Commit

Permalink
0.8.1
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 343906c commit 5d03271
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.1 (2023-03-15)
### Fix
* Auto-download omw-1.4 for inference ([`343906c`](https://github.com/chanind/frame-semantic-transformer/commit/343906c3a0df59cd111355d8aa84d33b39003459))

## 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))
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.0"
__version__ = "0.8.1"

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.0"
version = "0.8.1"
description = "Frame Semantic Parser based on T5 and FrameNet"
license = "MIT"
readme = "README.md"
Expand Down

0 comments on commit 5d03271

Please sign in to comment.