Skip to content

Commit

Permalink
Release 1.5.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 14, 2024
1 parent cec61db commit c1da621
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Eva Millán <[email protected]>
Eva Millan <[email protected]>
Eva Millán <evamillan@bitergia
<[email protected]>
Andre Klapper

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 = "sortinghat"
version = "1.4.0"
version = "1.5.0-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
21 changes: 21 additions & 0 deletions releases/1.5.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## sortinghat 1.5.0-rc.1 - (2024-10-14)

**New features:**

* Mark individuals as reviewed\
Individuals can now be marked as reviewed to keep track of which
profiles have already been checked and when. A profile can be marked
as reviewed more than once, it will show the date of the last review.
If there have been any changes to the profile data since the last
review, the review button displays a warning icon. The list of
individuals can be filtered by whether they have been reviewed and by
their review date. The list can also be ordered by review date.

**Bug fixes:**

* Wrong arrong direction when merging recommendations (#934)\
When recommendations were merged, the arrow showing the direction of
the merge was wrong. It showed `foo → bar` but the resulting identity
will be named `foo` instead of `bar`. The arrow now points in the
other direction showing that `bar` will be merged on `foo`.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-09-23 08:00:35.637912
__version__ = "1.4.0"
# File auto-generated by semverup on 2024-10-14 14:27:38.836184
__version__ = "1.5.0-rc.1"

0 comments on commit c1da621

Please sign in to comment.