Skip to content

Commit

Permalink
Release 0.4.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Sep 26, 2022
1 parent b0e2981 commit 6774d12
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 3 deletions.
23 changes: 23 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Releases

## sirmordred 0.4.0-rc.1 - (2022-09-26)

**New features:**

* Configurable study names and aliases\
Study aliases and names can be set in the configuration file using the
keyword `studies_aliases`. The following snippet shows an example of
configuration. i.e. In this `aliases.json` file the name of the study
is `enrich_onion` and the name of the alias is `all_onion` ```
"studies_aliases": { "enrich": [ { "alias":
"all_onion", "name": "enrich_onion" }, ... ] }
```

**Bug fixes:**

* Study selection fixed\
This fix solves the problem of executing the studies with no
associated aliases.
* [git] pair-programming activation fixed\
Git pair-programming can be activated if the data source contains a
tag like `[git:pair]`


## Sir Mordred 0.3.1 - (2022-06-28)

**Others:**
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.3.1"
version = "0.4.0-rc.1"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
22 changes: 22 additions & 0 deletions releases/0.4.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## sirmordred 0.4.0-rc.1 - (2022-09-26)

**New features:**

* Configurable study names and aliases\
Study aliases and names can be set in the configuration file using the
keyword `studies_aliases`. The following snippet shows an example of
configuration. i.e. In this `aliases.json` file the name of the study
is `enrich_onion` and the name of the alias is `all_onion` ```
"studies_aliases": { "enrich": [ { "alias":
"all_onion", "name": "enrich_onion" }, ... ] }
```
**Bug fixes:**
* Study selection fixed\
This fix solves the problem of executing the studies with no
associated aliases.
* [git] pair-programming activation fixed\
Git pair-programming can be activated if the data source contains a
tag like `[git:pair]`
4 changes: 2 additions & 2 deletions sirmordred/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# File update on 2022-06-28 17:30:19.537205
__version__ = "0.3.1"
# File auto-generated by semverup on 2022-09-26 09:28:13.793386
__version__ = "0.4.0-rc.1"

0 comments on commit 6774d12

Please sign in to comment.