From fe77d4a985e45584d5d0d401cb68a4020da0fd8e Mon Sep 17 00:00:00 2001 From: Pascal Repond Date: Thu, 21 Dec 2023 08:49:29 +0100 Subject: [PATCH] release: v0.3.0 Co-Authored-by: Pascal Repond --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9267aeb..4fc23eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.3.0](https://github.com/rero/rero-invenio-base/tree/v0.3.0) (2023-12-21) + +[Full Changelog](https://github.com/rero/rero-invenio-base/compare/v0.2.1...v0.3.0) + +**Changes:** + +* dependencies: fix vulnerabilities [\#15](https://github.com/rero/rero-invenio-base/pull/15) (by @rerowep) + ## [v0.2.1](https://github.com/rero/rero-invenio-base/tree/v0.2.1) (2023-05-10) [Full Changelog](https://github.com/rero/rero-invenio-base/compare/v0.2.0...v0.2.1) diff --git a/pyproject.toml b/pyproject.toml index ca9408f..70edfcb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rero-invenio-base" -version = "0.2.2" +version = "0.3.0" description = "Generic backend libraries for RERO Invenio instances." readme = "README.rst" authors = ["RERO "]