Skip to content

Commit c1da621

Browse files
committed
Release 1.5.0-rc.1
1 parent cec61db commit c1da621

6 files changed

+25
-3
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ Eva Millán <[email protected]>
1010
Eva Millan <[email protected]>
1111
Eva Millán <evamillan@bitergia
1212
13+
Andre Klapper
1314

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sortinghat"
3-
version = "1.4.0"
3+
version = "1.5.0-rc.1"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.5.0-rc.1.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## sortinghat 1.5.0-rc.1 - (2024-10-14)
2+
3+
**New features:**
4+
5+
* Mark individuals as reviewed\
6+
Individuals can now be marked as reviewed to keep track of which
7+
profiles have already been checked and when. A profile can be marked
8+
as reviewed more than once, it will show the date of the last review.
9+
If there have been any changes to the profile data since the last
10+
review, the review button displays a warning icon. The list of
11+
individuals can be filtered by whether they have been reviewed and by
12+
their review date. The list can also be ordered by review date.
13+
14+
**Bug fixes:**
15+
16+
* Wrong arrong direction when merging recommendations (#934)\
17+
When recommendations were merged, the arrow showing the direction of
18+
the merge was wrong. It showed `foo → bar` but the resulting identity
19+
will be named `foo` instead of `bar`. The arrow now points in the
20+
other direction showing that `bar` will be merged on `foo`.
21+

sortinghat/_version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-09-23 08:00:35.637912
2-
__version__ = "1.4.0"
1+
# File auto-generated by semverup on 2024-10-14 14:27:38.836184
2+
__version__ = "1.5.0-rc.1"

0 commit comments

Comments
 (0)