Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sduenas committed Apr 21, 2023
1 parent a8cbadc commit 586bcbc
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 21 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Releases

## sirmordred 0.7.0 - (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`.


## sirmordred 0.6.1 - (2023-02-03)

* Update Poetry's package dependencies
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.7.0-rc.1"
version = "0.7.0"
description = "Drive GrimoireLab tools to produce a dashboard"
authors = [
"GrimoireLab Developers"
Expand Down
12 changes: 12 additions & 0 deletions releases/0.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## sirmordred 0.7.0 - (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`.

This file was deleted.

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 2023-04-21 10:41:15.684399
__version__ = "0.7.0-rc.1"
# File auto-generated by semverup on 2023-04-21 12:34:42.491856
__version__ = "0.7.0"

0 comments on commit 586bcbc

Please sign in to comment.