Skip to content

Commit

Permalink
release: v0.14.0
Browse files Browse the repository at this point in the history
Co-Authored-by: Pascal Repond <[email protected]>
  • Loading branch information
PascalRepond committed Sep 6, 2023
1 parent f8dd044 commit 01e32a1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.12.0"
version = "0.14.0"
description = "Invenio digital library framework MEF."
authors = ["RERO <[email protected]>"]
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.12.0'
__version__ = '0.14.0'

0 comments on commit 01e32a1

Please sign in to comment.