From 01e32a1441fb9f7e83dc4275b0ffd6439a35b37b Mon Sep 17 00:00:00 2001 From: PascalRepond Date: Wed, 6 Sep 2023 08:47:43 +0200 Subject: [PATCH] release: v0.14.0 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- rero_mef/version.py | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8cb75a24..dd464e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v0.14.0](https://github.com/rero/rero-mef/tree/v0.14.0) (2023-09-06) + +[Full Changelog](https://github.com/rero/rero-mef/compare/v0.12.0...v0.14.0) + +**New features:** +* places: new resource bf:Place [\#145](https://github.com/rero/rero-mef/pull/145) (by @rerowep) +* concepts: Add bf:Temporal [\#140](https://github.com/rero/rero-mef/pull/140) (by @rerowep) + +**Enhancements:** +* chore: update services on home page [\#144](https://github.com/rero/rero-mef/pull/144) (by @Garfield-fr) + +**Fixes:** +* fix: logo on header [\#146](https://github.com/rero/rero-mef/pull/146) (by @Garfield-fr) +* viaf: fix update [\#143](https://github.com/rero/rero-mef/pull/143) (by @rerowep) +* indexer: fix bulk indexing [\#139](https://github.com/rero/rero-mef/pull/139) (by @rerowep) +* concept: change bf:Concept to bf:Topic [\#138](https://github.com/rero/rero-mef/pull/138) (by @rerowep) + ## [v0.12.0](https://github.com/rero/rero-mef/tree/v0.12.0) (2023-07-25) [Full Changelog](https://github.com/rero/rero-mef/compare/v0.11.0...v0.12.0) diff --git a/pyproject.toml b/pyproject.toml index 9911e3f0..2c5161a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rero-mef" -version = "0.12.0" +version = "0.14.0" description = "Invenio digital library framework MEF." authors = ["RERO "] license = "GNU Affero General Public License v3.0" diff --git a/rero_mef/version.py b/rero_mef/version.py index c31ec82a..b27d38ee 100644 --- a/rero_mef/version.py +++ b/rero_mef/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.12.0' +__version__ = '0.14.0'