File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v0.9.0] ( https://github.com/rero/rero-mef/tree/v0.9.0 ) (2022-06-14)
4+
5+ [ Full Changelog] ( https://github.com/rero/rero-mef/compare/v0.8.0...v0.9.0 )
6+
7+ * Fix handling of agents that have been deleted from source [ \# 79] ( https://github.com/rero/rero-mef/pull/79 )
8+ and [ \# 84] ( https://github.com/rero/rero-mef/pull/84 ) (by @rerowep )
9+ * Fix authorized access points [ \# 83] ( https://github.com/rero/rero-mef/pull/83 ) (by @rerowep )
10+ * Update dependencies [ \# 82] ( https://github.com/rero/rero-mef/pull/82 ) (by @rerowep )
11+ * Upgrade Poetry to ` >=1.1.0 ` [ \# 78] ( https://github.com/rero/rero-mef/pull/78 ) (by @rerowep )
12+
313## [ v0.8.0] ( https://github.com/rero/rero-mef/tree/v0.8.0 ) (2022-02-08)
414
515[ Full Changelog] ( https://github.com/rero/rero-mef/compare/v0.7.0...v0.8.0 )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rero-mef"
3- version = " 0.8 .0"
3+ version = " 0.9 .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.8 .0'
26+ __version__ = '0.9 .0'
You can’t perform that action at this time.
0 commit comments