From 9eb5f156e9b782e3e57d219cf65e47529d00c709 Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Tue, 8 Feb 2022 14:14:23 +0100 Subject: [PATCH] release: v0.8.0 --- CHANGES.md | 35 +++++++++++++++++++++++++++++++++++ RELEASE-NOTES.md | 17 ++++++++++++++++- pyproject.toml | 2 +- rero_mef/version.py | 2 +- 4 files changed, 53 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 470e7ae7..ce7c2270 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,40 @@ # Changelog +## [v0.8.0](https://github.com/rero/rero-mef/tree/v0.8.0) (2022-02-08) + +[Full Changelog](https://github.com/rero/rero-mef/compare/v0.7.0...v0.8.0) + +**Merged pull requests:** + +- security: Add configuration. [\#75](https://github.com/rero/rero-mef/pull/75) ([rerowep](https://github.com/rerowep)) +- dependencies: update the dependencies lock file [\#74](https://github.com/rero/rero-mef/pull/74) ([rerowep](https://github.com/rerowep)) +- agent GND: fix selection for organisation/person [\#72](https://github.com/rero/rero-mef/pull/72) ([rerowep](https://github.com/rerowep)) +- indexer: update mapping [\#70](https://github.com/rero/rero-mef/pull/70) ([rerowep](https://github.com/rerowep)) +- concepts: add MEF [\#69](https://github.com/rero/rero-mef/pull/69) ([rerowep](https://github.com/rerowep)) +- agents: improve the CLI [\#68](https://github.com/rero/rero-mef/pull/68) ([rerowep](https://github.com/rerowep)) +- records: rename classes [\#67](https://github.com/rero/rero-mef/pull/67) ([rerowep](https://github.com/rerowep)) +- harvester: use MyOAIItemIterator [\#66](https://github.com/rero/rero-mef/pull/66) ([rerowep](https://github.com/rerowep)) +- global: update dependencies & several improvements [\#65](https://github.com/rero/rero-mef/pull/65) ([rerowep](https://github.com/rerowep)) + +## [v0.7.0](https://github.com/rero/rero-mef/tree/v0.7.0) (2021-04-22) + +[Full Changelog](https://github.com/rero/rero-mef/compare/v0.6.0...v0.7.0) + +**Fixed bugs:** + +- several: improves several things [\#63](https://github.com/rero/rero-mef/pull/63) ([rerowep](https://github.com/rerowep)) + +**Closed issues:** + +- Is the license the one we want? [\#45](https://github.com/rero/rero-mef/issues/45) + +**Merged pull requests:** + +- release: v0.7.0 [\#64](https://github.com/rero/rero-mef/pull/64) ([iGormilhit](https://github.com/iGormilhit)) +- oai: harvesting [\#60](https://github.com/rero/rero-mef/pull/60) ([rerowep](https://github.com/rerowep)) +- dependencies: upgrade invenio to version 3.4 [\#57](https://github.com/rero/rero-mef/pull/57) ([rerowep](https://github.com/rerowep)) +- license: move from GPLv2 to AGPLv3 [\#56](https://github.com/rero/rero-mef/pull/56) ([rerowep](https://github.com/rerowep)) + ## [v0.6.0](https://github.com/rero/rero-ebooks/tree/v0.6.0) (2021-04-21) [Full Changelog](https://github.com/rero/rero-ebooks/compare/v0.5.0...v0.6.0) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1b7e489a..cd8e2afe 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,9 +4,24 @@ copyright: Copyright (C) 2020 RERO license: GNU Affero General Public License --- +## v0.8.0 + +### Data and API + +- Implements concepts to MEF + +### Instance + +- Upgrades Python to `v3.9` +- Upgrades Elastic Search to `v7.10.2` + +### Fixes + +- Several code optimizations and fixes + ## v0.7.0 -## Data +### Data - Fixes `bf:Organisation` records with `conference=true`. diff --git a/pyproject.toml b/pyproject.toml index 113bd64e..0172ef69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rero-mef" -version = "0.7.0" +version = "0.8.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 5585fe80..1318797c 100644 --- a/rero_mef/version.py +++ b/rero_mef/version.py @@ -23,4 +23,4 @@ from __future__ import absolute_import, print_function -__version__ = '0.7.2' +__version__ = '0.8.0'