From 82be27f03e690dde9613a47c8815675b0d5490a0 Mon Sep 17 00:00:00 2001 From: Wang Bo Date: Thu, 13 Jul 2023 15:52:56 +0200 Subject: [PATCH] chore: release 080 (#760) * chore: release 080 * chore: update changelog Co-authored-by: George Mastrapas <32414777+gmastrapas@users.noreply.github.com> --------- Co-authored-by: George Mastrapas <32414777+gmastrapas@users.noreply.github.com> --- CHANGELOG.md | 2 +- docs/get-started/pretrained.md | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a8ba64ae1..1222c8a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Docs -## [0.7.9] - 2023-07-11 +## [0.8.0] - 2023-07-13 ### Added diff --git a/docs/get-started/pretrained.md b/docs/get-started/pretrained.md index d77261002..29894be84 100644 --- a/docs/get-started/pretrained.md +++ b/docs/get-started/pretrained.md @@ -1,7 +1,7 @@ (pretrained-models)= # {octicon}`rocket` Jina Embeddings -Starting with Finetuner 0.7.9, +Starting with Finetuner 0.8.0, we have introduced a suite of pre-trained text embedding models licensed under Apache 2.0. The model have a range of useThese models have a variety of use cases, including information retrieval, semantic textual similarity, text reranking, and more. The suite consists of the following models: diff --git a/setup.cfg b/setup.cfg index 73e589e19..9b687b231 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.7.9 +version = 0.8.0 [flake8] # E501 is too long lines - ignore as black takes care of that