Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmerchante committed May 31, 2022
1 parent 26ae7c9 commit bb01188
Show file tree
Hide file tree
Showing 9 changed files with 68 additions and 43 deletions.
3 changes: 3 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Santiago Dueñas <[email protected]>
Quan Zhou <[email protected]>

32 changes: 32 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Releases

## sirmordred 0.3.0 - (2022-05-31)

**New features:**

* Add extract spaces\
Extract spaces from the URL. By default it will extract labels but
adding `tag_type="spaces"` it will extract spaces.

**Bug fixes:**

* Add pair-programming in '_get_enrich_backend' method\
Add the `pair-programming` to the `_get_enrich_backend` method if it
exists in the setup.cfg file.

**Feature removals:**

* FINOS Meeting backend removed\
FINOS Meeting backend is not supported anymore. The Perceval backend
was archived in Bitergia repository so it shouldn't be part of the
core anymore because it's software not maintained.

**Others:**

* Add studies to the alias file\
Add onion, areas of code, and demographics studies to the file
aliases.json. This is needed to keep this file updated with the
aliases we use in the dashboards by adding them to the appropiate data
sources. The included aliases: - all_onion - git_areas_of_code -
demographics

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.2.43"
version = "0.3.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
30 changes: 30 additions & 0 deletions releases/0.3.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
## sirmordred 0.3.0 - (2022-05-31)

**New features:**

* Add extract spaces\
Extract spaces from the URL. By default it will extract labels but
adding `tag_type="spaces"` it will extract spaces.

**Bug fixes:**

* Add pair-programming in '_get_enrich_backend' method\
Add the `pair-programming` to the `_get_enrich_backend` method if it
exists in the setup.cfg file.

**Feature removals:**

* FINOS Meeting backend removed\
FINOS Meeting backend is not supported anymore. The Perceval backend
was archived in Bitergia repository so it shouldn't be part of the
core anymore because it's software not maintained.

**Others:**

* Add studies to the alias file\
Add onion, areas of code, and demographics studies to the file
aliases.json. This is needed to keep this file updated with the
aliases we use in the dashboards by adding them to the appropiate data
sources. The included aliases: - all_onion - git_areas_of_code -
demographics

8 changes: 0 additions & 8 deletions releases/unreleased/add-extract-spaces.yml

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions releases/unreleased/add-studies-to-the-alias-file.yml

This file was deleted.

10 changes: 0 additions & 10 deletions releases/unreleased/finos-meeting-backend-removed.yml

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 @@
# Versions compliant with PEP 440 https://www.python.org/dev/peps/pep-0440
__version__ = "0.2.44"
# File auto-generated by semverup on 2022-05-31 11:18:47.501489
__version__ = "0.3.0"

0 comments on commit bb01188

Please sign in to comment.