Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Sep 26, 2022
1 parent 1c36a89 commit dc3422f
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 42 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 - (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:**

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


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

**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 = "sirmordred"
version = "0.4.0-rc.1"
version = "0.4.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
22 changes: 22 additions & 0 deletions releases/0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## sirmordred 0.4.0 - (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:**
* [git] pair-programming activation fixed\
Git pair-programming can be activated if the data source contains a
tag like `[git:pair]`
* Study selection fixed\
This fix solves the problem of executing the studies with no
associated aliases.

This file was deleted.

This file was deleted.

8 changes: 0 additions & 8 deletions releases/unreleased/study-selection-fixed.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 @@
# File auto-generated by semverup on 2022-09-26 12:28:18.722510
__version__ = "0.4.0-rc.1"
# File auto-generated by semverup on 2022-09-26 14:35:17.922313
__version__ = "0.4.0"

0 comments on commit dc3422f

Please sign in to comment.