-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1bdf03f
commit 03d7c73
Showing
5 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
## sortinghat 1.6.0-rc.1 - (2024-12-11) | ||
|
||
**New features:** | ||
|
||
* Skip recommendations (#937)\ | ||
Users can now skip a recommendation and review the next one if they | ||
are unsure of whether to apply it or dismiss it. | ||
* Sort organizations by number of enrollments (#940)\ | ||
Organizations are now sorted by the number of enrollments they have by | ||
default. Clicking on a column header sorts the table results by that | ||
field. | ||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
# File auto-generated by semverup on 2024-11-13 15:55:33.726362 | ||
__version__ = "1.5.1" | ||
# File auto-generated by semverup on 2024-12-11 09:09:05.882400 | ||
__version__ = "1.6.0-rc.1" |