Skip to content

Commit

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

**New features:**

* Improve loading and error indicators (#866)\
Added error and loading messages to improve the user experience when
the data takes time to load.

**Bug fixes:**

* Job results in SortingHat\
Fixed a bug that caused jobs to be missing in SortingHat. Job results
will be kept in SortingHat for one week.

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-08-02 11:08:02.638402
__version__ = "1.1.0"
# File auto-generated by semverup on 2024-08-09 08:34:46.162764
__version__ = "1.2.0-rc.1"

0 comments on commit fdeb0a4

Please sign in to comment.