Skip to content

Commit

Permalink
Release 0.13.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 6, 2023
1 parent fa636cd commit 0a4dd75
Show file tree
Hide file tree
Showing 5 changed files with 20 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 = "0.12.0"
version = "0.13.0-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
17 changes: 17 additions & 0 deletions releases/0.13.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## sortinghat 0.13.0-rc.1 - (2023-08-06)

**Bug fixes:**

* Sub-domain affiliation error (#805)\
The `affiliate` and `recommend affiliations` jobs no longer recommend
matches based on a domain's sub-domains if it is not marked as
`top_domain`.

**New deprecations:**

* Use the task scheduler to import identities\
Manage periodic tasks to import identities with the `scheduleTask`,
`updateScheduledTask` and `deleteScheduledTask` GraphQL mutations. The
tasks that were already scheduled using the `addImportIdentitiesTask`
mutation are kept when the migrations are applied.

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 2023-07-23 19:48:34.019825
__version__ = "0.12.0"
# File auto-generated by semverup on 2023-08-06 17:04:14.932331
__version__ = "0.13.0-rc.1"

0 comments on commit 0a4dd75

Please sign in to comment.