-
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
Showing
4 changed files
with
18 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ Miguel Angel Fernandez <[email protected]> | |
Valerio Cosentino <[email protected]> | ||
Quan Zhou <[email protected]> | ||
Jose Javier Merchante <[email protected]> | ||
|
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,14 @@ | ||
## sortinghat 0.8.0-rc.1 - (2023-01-09) | ||
|
||
**Breaking changes:** | ||
|
||
* SortingHat as a service\ | ||
SortingHat started as a command line tool but, after some years, we | ||
saw its potential and we decided to create a new version of it. Now, | ||
it works as an individual service. This new version provides a new | ||
GraphQL API to operate with the server and a UI web-based app, that | ||
replaces Hatstall, the old UI for SortingHat. Moreover, the new | ||
version adds some features requested long time ago, such as | ||
groups/teams management, recommendations of affiliations and | ||
individuals, or a totally renwed user interface. | ||
|
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 +1,2 @@ | ||
__version__ = "0.7.23" | ||
# File auto-generated by semverup on 2023-01-09 19:31:40.797162 | ||
__version__ = "0.8.0-rc.1" |