-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
48 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
8 changes: 0 additions & 8 deletions
8
releases/unreleased/[git]-pair-programming-activation-fixed.yml
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...es/unreleased/[task_enrich]-the-alias-configuration-file-now-includes-the-study-names.yml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |