Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 13, 2024
1 parent 85b8cb2 commit 686d639
Show file tree
Hide file tree
Showing 7 changed files with 46 additions and 32 deletions.
22 changes: 22 additions & 0 deletions NEWS
@@ -1,5 +1,27 @@
# Releases

## sortinghat 1.0.0 - (2024-04-13)

**New features:**

* First major release\
GrimoireLab reached a stable status. This is our first major release.

**Bug fixes:**

* Change password form fixed\
An unused header in the UI made the attempts to change the password
fail. It tried to guess the user from an invalid JWT token when
multitenancy was enabled.

**Dependencies updateds:**

* Django version updated\
Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2
ended at April 1, 2024. This change ensures compability with the
latests features and an extended support.


## sortinghat 0.21.2 - (2024-03-27)

**Bug fixes:**
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sortinghat"
version = "1.0.0-rc.3"
version = "1.0.0"
description = "A tool to manage identities."
authors = [
"GrimoireLab Developers"
Expand Down
21 changes: 21 additions & 0 deletions releases/1.0.0.md
@@ -0,0 +1,21 @@
## sortinghat 1.0.0 - (2024-04-13)

**New features:**

* First major release\
GrimoireLab reached a stable status. This is our first major release.

**Bug fixes:**

* Change password form fixed\
An unused header in the UI made the attempts to change the password
fail. It tried to guess the user from an invalid JWT token when
multitenancy was enabled.

**Dependencies updateds:**

* Django version updated\
Upgrade the Django version from 3.2 to 4.2. Support for Django 3.2
ended at April 1, 2024. This change ensures compability with the
latests features and an extended support.

10 changes: 0 additions & 10 deletions releases/unreleased/processed/change-password-form-fixed.yml

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/processed/django-version-updated.yml

This file was deleted.

9 changes: 0 additions & 9 deletions releases/unreleased/processed/first-major-release.yml

This file was deleted.

4 changes: 2 additions & 2 deletions sortinghat/_version.py
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2024-04-12 14:43:15.589631
__version__ = "1.0.0-rc.3"
# File auto-generated by semverup on 2024-04-13 07:23:54.332910
__version__ = "1.0.0"

0 comments on commit 686d639

Please sign in to comment.