Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Jun 21, 2024
1 parent 7f19836 commit 44ca854
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Releases

## sortinghat 1.0.2 - (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.


## sortinghat 1.0.1 - (2024-05-09)

* Update Poetry's package dependencies
Expand Down
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.2-rc.1"
version = "1.0.2"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
15 changes: 15 additions & 0 deletions releases/1.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## sortinghat 1.0.2 - (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.

This file was deleted.

This file was deleted.

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-06-21 10:58:15.510420
__version__ = "1.0.2-rc.1"
# File auto-generated by semverup on 2024-06-21 12:15:50.676052
__version__ = "1.0.2"

0 comments on commit 44ca854

Please sign in to comment.