Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit c59a4b8

Browse files
authored
Prepares for v0.3.0 (#49)
Prepares the repository for a new release. In addition, the image from README.pypi.md was updates with the new WebP. Resolves: #48 Signed-off-by: George-Andrei Iosif <[email protected]>
1 parent f5aebdd commit c59a4b8

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## `v0.3.0` | 2022-08-07
4+
5+
### Added
6+
7+
- Automatic documentation of modules, that are used inside the new website's documentation
8+
- Integration with Poe for task running
9+
10+
### Changed
11+
12+
- Upgrading two modules, teler and Fail2ban, to the new API
13+
- Refactoring the whole codebase
14+
- Upgrading the existent solutions API
15+
16+
### Removed
17+
18+
- Removing (for a while) the support for Suricata and Let's Encrypt, as they became outdated due to the new API
19+
320
## `v0.2.0` | 2022-06-01
421

522
### Added

README.pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<img src="others/readme_images/cover.webp" width="600px" alt="Cover">
2+
<img src="https://raw.githubusercontent.com/MutableSecurity/mutablesecurity/main/others/readme_images/cover.webp" width="600px" alt="Cover">
33
<br/><br/>
44
<img src="https://img.shields.io/github/workflow/status/mutablesecurity/mutablesecurity/Executes%20unit%20testing%20and%20coverage%20reporting?color=brightgreen&label=unit%20tests&logo=github&logoColor=white&style=flat-square" alt="Unit Tests">
55
<a href='https://coveralls.io/github/MutableSecurity/mutablesecurity?branch=main'>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mutablesecurity"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Seamless deployment and management of cybersecurity solutions"
55
keywords = ["cybersecurity", "security-solutions", "hardening", "automatic-deployment"]
66
license = "MIT"

0 commit comments

Comments
 (0)