Skip to content

Commit

Permalink
release: v1.9.0
Browse files Browse the repository at this point in the history
Co-authored-by: Pascal Repond <pascal.repond@rero.ch>
  • Loading branch information
PascalRepond committed Oct 2, 2023
1 parent 9edee74 commit a368712
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 4 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## [v1.9.0](https://github.com/rero/sonar/tree/v1.9.0) (2023-08-22)

[Full Changelog](https://github.com/rero/sonar/compare/v1.8.2...v1.9.0)

**New features:**
* Activate URN assignment and registration [\#811](https://github.com/rero/sonar/issues/811) (by @jma)
* ARK persistent identifiers: activate storage, display and redirection [\#652](https://github.com/rero/sonar/issues/652) (by @jma)

**Enhancements:**
* documents and deposits: add diamond OA status [\#940](https://github.com/rero/sonar/pull/940) (by @PascalRepond)
* controlled affiliations: add terms for HEP BEJUNE [\#939](https://github.com/rero/sonar/pull/939) (by @PascalRepond)

**Fixes:**
* documents: fix lowercase contributor role [\#937](https://github.com/rero/sonar/pull/937) (by @PascalRepond)
* controlledAffiliation: fix resolver [\#918](https://github.com/rero/sonar/pull/918) (by @PascalRepond)
* files: fix record retrieval from the file bucket [\#950](https://github.com/rero/sonar/pull/950) (by @jma)
* orcid: change legacy URL [\#947](https://github.com/rero/sonar/pull/947) (by @jma)

**Other changes:**
* dependencies: fix vulnerabilities [\#935](https://github.com/rero/sonar/pull/935) (by @jma)
* dependencies: update [\#927](https://github.com/rero/sonar/pull/927) (by @PascalRepond)
* dependencies: fix vulnerabilities [\#924](https://github.com/rero/sonar/pull/924) (by @jma)

## [v1.8.2](https://github.com/rero/sonar/tree/v1.8.2) (2022-11-24)

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

- 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))
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
- allow multiple affiliations for authors \[1\] [\#727](https://github.com/rero/sonar/issues/727) ([rerowep](https://github.com/rerowep), [mmo](https://github.com/mmo))
- Improvements and corrections of the document detailed view \[3\] [\#723](https://github.com/rero/sonar/issues/723) ([Garfield-fr](https://github.com/Garfield-fr))
- 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))

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 = "SONAR"
version = "1.8.2"
version = "1.9.0"
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."
authors = ["RERO <software@rero.ch>"]
license = "GNU Affero General Public License v3.0"
Expand Down
2 changes: 1 addition & 1 deletion sonar/config_sonar.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
"""Disable permission checks during API calls. Useful when API is test from
command line or progams like postman."""

SONAR_APP_UI_VERSION = '1.6.0'
SONAR_APP_UI_VERSION = '14.0.0'

SONAR_APP_DEFAULT_ORGANISATION = 'global'
"""Default organisation key."""
Expand Down
2 changes: 1 addition & 1 deletion sonar/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__ = '1.8.2'
__version__ = '1.9.0'

0 comments on commit a368712

Please sign in to comment.