Skip to content

Commit a368712

Browse files
committed
release: v1.9.0
Co-authored-by: Pascal Repond <[email protected]>
1 parent 9edee74 commit a368712

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

CHANGELOG.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [v1.9.0](https://github.com/rero/sonar/tree/v1.9.0) (2023-08-22)
4+
5+
[Full Changelog](https://github.com/rero/sonar/compare/v1.8.2...v1.9.0)
6+
7+
**New features:**
8+
* Activate URN assignment and registration [\#811](https://github.com/rero/sonar/issues/811) (by @jma)
9+
* ARK persistent identifiers: activate storage, display and redirection [\#652](https://github.com/rero/sonar/issues/652) (by @jma)
10+
11+
**Enhancements:**
12+
* documents and deposits: add diamond OA status [\#940](https://github.com/rero/sonar/pull/940) (by @PascalRepond)
13+
* controlled affiliations: add terms for HEP BEJUNE [\#939](https://github.com/rero/sonar/pull/939) (by @PascalRepond)
14+
15+
**Fixes:**
16+
* documents: fix lowercase contributor role [\#937](https://github.com/rero/sonar/pull/937) (by @PascalRepond)
17+
* controlledAffiliation: fix resolver [\#918](https://github.com/rero/sonar/pull/918) (by @PascalRepond)
18+
* files: fix record retrieval from the file bucket [\#950](https://github.com/rero/sonar/pull/950) (by @jma)
19+
* orcid: change legacy URL [\#947](https://github.com/rero/sonar/pull/947) (by @jma)
20+
21+
**Other changes:**
22+
* dependencies: fix vulnerabilities [\#935](https://github.com/rero/sonar/pull/935) (by @jma)
23+
* dependencies: update [\#927](https://github.com/rero/sonar/pull/927) (by @PascalRepond)
24+
* dependencies: fix vulnerabilities [\#924](https://github.com/rero/sonar/pull/924) (by @jma)
25+
326
## [v1.8.2](https://github.com/rero/sonar/tree/v1.8.2) (2022-11-24)
427

528
[Full Changelog](https://github.com/rero/sonar/compare/v1.8.1...v1.8.2)
@@ -69,7 +92,7 @@
6992
**Implemented enhancements:**
7093

7194
- Add direct link to main file in `oai_dc` export \(OAI-PMH\) [\#800](https://github.com/rero/sonar/issues/800) ([Garfield-fr](https://github.com/Garfield-fr))
72-
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
95+
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
7396
- Improvements and corrections of the document detailed view \[3\] [\#723](https://github.com/rero/sonar/issues/723) ([Garfield-fr](https://github.com/Garfield-fr))
7497
- Dublin Core export: add language attribute for abstracts and keywords [\#661](https://github.com/rero/sonar/issues/661) ([Garfield-fr](https://github.com/Garfield-fr))
7598

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 = "SONAR"
3-
version = "1.8.2"
3+
version = "1.9.0"
44
description = "SONAR is an archive of scholarly publications. It intends to collect, promote and preserve the publications of authors affiliated with Swiss public research institutions."
55
authors = ["RERO <[email protected]>"]
66
license = "GNU Affero General Public License v3.0"

sonar/config_sonar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
"""Disable permission checks during API calls. Useful when API is test from
526526
command line or progams like postman."""
527527

528-
SONAR_APP_UI_VERSION = '1.6.0'
528+
SONAR_APP_UI_VERSION = '14.0.0'
529529

530530
SONAR_APP_DEFAULT_ORGANISATION = 'global'
531531
"""Default organisation key."""

sonar/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__ = '1.8.2'
26+
__version__ = '1.9.0'

0 commit comments

Comments
 (0)