Skip to content

Commit 6a406af

Browse files
committed
Release 1.15.0rc1
1 parent 35998cf commit 6a406af

5 files changed

Lines changed: 18 additions & 3 deletions

File tree

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 = "sortinghat"
3-
version = "1.14.3"
3+
version = "1.15.0-rc.1"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.15.0rc1.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## sortinghat 1.15.0rc1 - (2026-06-19)
2+
3+
**New features:**
4+
5+
* SortingHat UI as a Vue plugin\
6+
The user interface for the dashboard, individual and organization
7+
views is now packed into a plugin that can be installed in other Vue
8+
projects.
9+
10+
**Dependencies updateds:**
11+
12+
* Increased minimum version for Node.js to 22\
13+
Node.js 20 reached end of life in April 2026. SortingHat now supports
14+
long-term supported versions 22 and 24.
15+

releases/unreleased/increased-minimum-version-for-nodejs-to-22.yml renamed to releases/unreleased/processed/increased-minimum-version-for-nodejs-to-22.yml

File renamed without changes.

releases/unreleased/sortinghat-ui-as-a-vue-plugin.yml renamed to releases/unreleased/processed/sortinghat-ui-as-a-vue-plugin.yml

File renamed without changes.

sortinghat/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2026-05-06 08:25:28.782755
2-
__version__ = "1.14.3"
1+
# File auto-generated by semverup on 2026-06-19 06:55:19.268901
2+
__version__ = "1.15.0-rc.1"

0 commit comments

Comments
 (0)