Skip to content

Commit

Permalink
Release 1.0.2-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 21, 2024
1 parent 0f9e1f1 commit 84e1f3d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 3 deletions.
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.0.1"
version = "1.0.2-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
15 changes: 15 additions & 0 deletions releases/1.0.2-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## sortinghat 1.0.2-rc.1 - (2024-06-21)

**Bug fixes:**

* Match source parameter fixed in recommendations (#875)\
Resolve an issue where the "match source" option in unify and
recommendation jobs was being applied to both emails and names. With
this update, this option will now only apply to usernames.
Additionally, users can utilize name and email simultaneously without
the constraint of applying the "match source" option across all
parameters.
* Organizations aliases in Python client\
Include the aliases field in the organizations query that was missing
in the SortingHat client schema.

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-05-09 09:13:35.927641
__version__ = "1.0.1"
# File auto-generated by semverup on 2024-06-21 10:58:15.510420
__version__ = "1.0.2-rc.1"

0 comments on commit 84e1f3d

Please sign in to comment.