Skip to content

Commit

Permalink
Bumping version to 0.2.5 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeutsch authored Apr 22, 2022
1 parent df4b6fb commit 0ca5202
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [v0.2.5](https://github.com/danieldeutsch/sacrerouge/releases/tag/0.2.5) - 2022-04-22
### Changed
- BERTScore now loads the model weights in the construction instaed of each time the scoring method is called.

## [v0.2.4](https://github.com/danieldeutsch/sacrerouge/releases/tag/0.2.4) - 2022-04-05
### Added
Expand Down
2 changes: 1 addition & 1 deletion sacrerouge/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = '0'
_MINOR = '2'
_PATCH = '4'
_PATCH = '5'

VERSION = f'{_MAJOR}.{_MINOR}.{_PATCH}'

0 comments on commit 0ca5202

Please sign in to comment.