diff --git a/CHANGELOG.md b/CHANGELOG.md index f49a4d7..f02af62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,10 @@ All notable changes to this project will be documented in this file. -## [0.4.3] UNRELEASED +## [0.4.3] 2023-06-15 ### Changed - `AACMetric` is no longer a subclass of `torchmetrics.Metric` even when it is installed. It avoid dependency to this package and remove potential errors due to Metric. -- Java 12 and 13 are now acceptable. +- Java 12 and 13 are now allowed. ### Fixed - Output name `sbert_sim` in FENSE and SBERTSim classes. diff --git a/CITATION.cff b/CITATION.cff index 289e754..82dad3a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -19,5 +19,5 @@ keywords: - captioning - audio-captioning license: MIT -version: 0.4.2 -date-released: '2023-04-19' +version: 0.4.3 +date-released: '2023-06-15' diff --git a/README.md b/README.md index 6668653..b0a12dc 100644 --- a/README.md +++ b/README.md @@ -212,10 +212,10 @@ If you use this software, please consider cite it as below : Labbe_aac-metrics_2023, author = {Labbé, Etienne}, license = {MIT}, - month = {4}, + month = {6}, title = {{aac-metrics}}, url = {https://github.com/Labbeti/aac-metrics/}, - version = {0.4.2}, + version = {0.4.3}, year = {2023}, } ```