File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed
Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rero-mef"
3- version = " 0.14 .0"
3+ version = " 0.15 .0"
44description = " Invenio digital library framework MEF."
55authors = [
" RERO <[email protected] >" ]
66license = " GNU Affero General Public License v3.0"
Original file line number Diff line number Diff line change 2323
2424from __future__ import absolute_import , print_function
2525
26- __version__ = "0.14 .0"
26+ __version__ = "0.15 .0"
You can’t perform that action at this time.
0 commit comments