Skip to content

Commit

Permalink
Release 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Nov 17, 2023
1 parent bbe5a55 commit 26c730a
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 22 deletions.
16 changes: 16 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Releases

## sortinghat 0.16.0 - (2023-11-17)

**Bug fixes:**

* Fix individual page not loading\
The individual's view was not loading when the workspace had not been
used before or the cache was cleared.

**Performance improvements:**

* Recommendations performance improved\
Improve the recommendations performance by reducing the number of
queries to the database and only generating recommendations between
individuals that are directly related.


## sortinghat 0.15.0 - (2023-11-03)

**New features:**
Expand Down
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 = "0.15.1-rc.1"
version = "0.16.0"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
15 changes: 15 additions & 0 deletions releases/0.16.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## sortinghat 0.16.0 - (2023-11-17)

**Bug fixes:**

* Fix individual page not loading\
The individual's view was not loading when the workspace had not been
used before or the cache was cleared.

**Performance improvements:**

* Recommendations performance improved\
Improve the recommendations performance by reducing the number of
queries to the database and only generating recommendations between
individuals that are directly related.

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/recommendations-performance-improved.yml

This file was deleted.

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 2023-11-14 16:03:47.108551
__version__ = "0.15.1-rc.1"
# File auto-generated by semverup on 2023-11-17 10:00:07.207727
__version__ = "0.16.0"

0 comments on commit 26c730a

Please sign in to comment.