Skip to content

Commit

Permalink
Release 0.7.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 21, 2023
1 parent 5e955c8 commit d554f30
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
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.6.1"
version = "0.7.0-rc.1"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
12 changes: 12 additions & 0 deletions releases/0.7.0-rc.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## sirmordred 0.7.0-rc.1 - (2023-04-21)

**New features:**

* SirMordred logs available on console\
All SirMordred logs are now available on the console output. The
`logs_dir` parameter in the `general` section is optional and it is
only needed if you also want the logs in a file.
* SortingHat option to verify SSL\
Include `verify_ssl` option to SortingHat configuration to verify the
connection with the server. By default it is `True`.

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-02-03 09:04:48.355688
__version__ = "0.6.1"
# File auto-generated by semverup on 2023-04-21 10:41:15.684399
__version__ = "0.7.0-rc.1"

0 comments on commit d554f30

Please sign in to comment.