Skip to content

Commit 0d16ac4

Browse files
committed
release: v0.15.0
Co-Authored-by: Pascal Repond <[email protected]>
1 parent c96b17f commit 0d16ac4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v0.15.0](https://github.com/rero/rero-mef/tree/v0.15.0) (2024-06-13)
4+
5+
[Full Changelog](https://github.com/rero/rero-mef/compare/v0.14.0...v0.15.0)
6+
7+
**Enhancements:**
8+
* agent: remove bf:Agent [\#158](https://github.com/rero/rero-mef/pull/158) (by @rerowep)
9+
10+
**Fixes:**
11+
* mef: corrects deleted [\#162](https://github.com/rero/rero-mef/pull/162) (by @rerowep)
12+
* concepts: correct type [\#161](https://github.com/rero/rero-mef/pull/161) (by @rerowep)
13+
* api: fix sources filter [\#149](https://github.com/rero/rero-mef/pull/149) (by @rerowep)
14+
15+
**Other changes:**
16+
* pytest use black [\#164](https://github.com/rero/rero-mef/pull/164) (by @rerowep)
17+
* dependencies: fix security issues [\#163](https://github.com/rero/rero-mef/pull/163) (by @rerowep)
18+
* dependencies: fix security issues [\#157](https://github.com/rero/rero-mef/pull/157) (by @rerowep)
19+
* dependencies: fix security issues [\#154](https://github.com/rero/rero-mef/pull/154) (by @rerowep)
20+
321
## [v0.14.0](https://github.com/rero/rero-mef/tree/v0.14.0) (2023-09-06)
422

523
[Full Changelog](https://github.com/rero/rero-mef/compare/v0.12.0...v0.14.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rero-mef"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
description = "Invenio digital library framework MEF."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

rero_mef/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323

2424
from __future__ import absolute_import, print_function
2525

26-
__version__ = "0.14.0"
26+
__version__ = "0.15.0"

0 commit comments

Comments
 (0)