Skip to content

Commit 9c47ee0

Browse files
committed
Release 1.6.0
1 parent 4a54900 commit 9c47ee0

File tree

6 files changed

+28
-21
lines changed

6 files changed

+28
-21
lines changed

NEWS

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Releases
22

3+
## sortinghat 1.6.0 - (2024-12-11)
4+
5+
**New features:**
6+
7+
* Skip recommendations (#937)\
8+
Users can now skip a recommendation and review the next one if they
9+
are unsure of whether to apply it or dismiss it.
10+
* Sort organizations by number of enrollments (#940)\
11+
Organizations are now sorted by the number of enrollments they have by
12+
default. Clicking on a column header sorts the table results by that
13+
field.
14+
15+
316
## sortinghat 1.5.1 - (2024-11-13)
417

518
* Update Poetry's package dependencies

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "sortinghat"
3-
version = "1.6.0-rc.1"
3+
version = "1.6.0"
44
description = "A tool to manage identities."
55
authors = [
66
"GrimoireLab Developers"

releases/1.6.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## sortinghat 1.6.0 - (2024-12-11)
2+
3+
**New features:**
4+
5+
* Skip recommendations (#937)\
6+
Users can now skip a recommendation and review the next one if they
7+
are unsure of whether to apply it or dismiss it.
8+
* Sort organizations by number of enrollments (#940)\
9+
Organizations are now sorted by the number of enrollments they have by
10+
default. Clicking on a column header sorts the table results by that
11+
field.
12+

releases/unreleased/processed/order-organizations-by-number-of-enrollments.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

releases/unreleased/processed/skip-recommendations.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

sortinghat/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# File auto-generated by semverup on 2024-12-11 09:09:05.882400
2-
__version__ = "1.6.0-rc.1"
1+
# File auto-generated by semverup on 2024-12-11 10:23:49.938589
2+
__version__ = "1.6.0"

0 commit comments

Comments
 (0)