Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Oct 20, 2023
1 parent e6e2c32 commit 97bac1c
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 35 deletions.
27 changes: 27 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Releases

## sirmordred 0.10.0 - (2023-10-20)

**New features:**

* Refresh identities in a shorter period\
This update significantly reduces the time required for identity
refresh operations on large projects.

**Bug fixes:**

* Missing database parameters for SortingHat\
SortingHat database parameters were not included during the
initialization of the enrich backend.

**Breaking changes:**

* Log format updated with the Mordred project name\
Update the log format of SirMordred and MicroMordred to include the
name of the project.

**Dependencies updateds:**

* Add Python 3.9 and 3.10 and drop 3.7 support\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.


## sirmordred 0.9.3 - (2023-08-06)

* Update Poetry's package dependencies
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 = "sirmordred"
version = "0.10.0-rc.1"
version = "0.10.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
26 changes: 26 additions & 0 deletions releases/0.10.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## sirmordred 0.10.0 - (2023-10-20)

**New features:**

* Refresh identities in a shorter period\
This update significantly reduces the time required for identity
refresh operations on large projects.

**Bug fixes:**

* Missing database parameters for SortingHat\
SortingHat database parameters were not included during the
initialization of the enrich backend.

**Breaking changes:**

* Log format updated with the Mordred project name\
Update the log format of SirMordred and MicroMordred to include the
name of the project.

**Dependencies updateds:**

* Add Python 3.9 and 3.10 and drop 3.7 support\
Python 3.7 reached the end of life phase on June 27 2023 and is no
longer supported.

8 changes: 0 additions & 8 deletions releases/unreleased/processed/drop-python-37.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File auto-generated by semverup on 2023-10-20 10:23:56.391289
__version__ = "0.10.0-rc.1"
# File auto-generated by semverup on 2023-10-20 11:53:27.651692
__version__ = "0.10.0"

0 comments on commit 97bac1c

Please sign in to comment.