Skip to content

Commit

Permalink
Release 1.1.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Aug 2, 2024
1 parent 9ff151b commit 659f5be
Show file tree
Hide file tree
Showing 8 changed files with 27 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 = "1.0.2"
version = "1.1.0-rc.1"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
24 changes: 24 additions & 0 deletions releases/1.1.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## sortinghat 1.1.0-rc.1 - (2024-08-02)

**New features:**

* Save URL to an individual's LinkedIn profile (#817)\
Users can add a link to a LinkedIn profile on the individual's page.
This helps speed up the lookup of a contributor's information.
* Link to GitHub profile (#817)\
Individuals' GitHub usernames now link to their profile.
* Assign users to permission groups (#849)\
Users can be assigned to a permission group using the command `$
sortinghat-admin set-user-group username group`. A user in a group
automatically has the permissions granted to that group.
* Configuration for regular expressions in CORS\
Include in the configuration `SORTINGHAT_CORS_ALLOWED_ORIGIN_REGEXES`
environment variable that contains a list of regular expressions that
matches origins authorized to make cross-site HTTP requests.

**Bug fixes:**

* Consistent date format (#901)\
All the job execution dates are now in YYYY-MM-DD hh:mm format on the
user interface.

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 2024-06-21 12:15:50.676052
__version__ = "1.0.2"
# File auto-generated by semverup on 2024-08-02 09:44:06.137837
__version__ = "1.1.0-rc.1"

0 comments on commit 659f5be

Please sign in to comment.