Skip to content

Commit

Permalink
release: v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pascal Repond authored and rerowep committed Feb 22, 2022
1 parent 27a967d commit 9eb5f15
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
35 changes: 35 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
17 changes: 16 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <software@rero.ch>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion rero_mef/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

from __future__ import absolute_import, print_function

__version__ = '0.7.2'
__version__ = '0.8.0'

0 comments on commit 9eb5f15

Please # to comment.