diff --git a/pyproject.toml b/pyproject.toml index 5d414814..ef0b2a3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/releases/1.0.2-rc.1.md b/releases/1.0.2-rc.1.md new file mode 100644 index 00000000..e92f1b74 --- /dev/null +++ b/releases/1.0.2-rc.1.md @@ -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. + diff --git a/releases/unreleased/match-source-parameter-fixed-in-recommendations.yml b/releases/unreleased/processed/match-source-parameter-fixed-in-recommendations.yml similarity index 100% rename from releases/unreleased/match-source-parameter-fixed-in-recommendations.yml rename to releases/unreleased/processed/match-source-parameter-fixed-in-recommendations.yml diff --git a/releases/unreleased/organizations-aliases-in-python-client.yml b/releases/unreleased/processed/organizations-aliases-in-python-client.yml similarity index 100% rename from releases/unreleased/organizations-aliases-in-python-client.yml rename to releases/unreleased/processed/organizations-aliases-in-python-client.yml diff --git a/sortinghat/_version.py b/sortinghat/_version.py index 35741aa8..e48fde69 100644 --- a/sortinghat/_version.py +++ b/sortinghat/_version.py @@ -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"