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

Commit

Permalink
Prepares for v0.3.0 (#49)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
iosifache committed Aug 7, 2022
1 parent f5aebdd commit c59a4b8
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## `v0.3.0` | 2022-08-07

### Added

- Automatic documentation of modules, that are used inside the new website's documentation
- Integration with Poe for task running

### Changed

- Upgrading two modules, teler and Fail2ban, to the new API
- Refactoring the whole codebase
- Upgrading the existent solutions API

### Removed

- Removing (for a while) the support for Suricata and Let's Encrypt, as they became outdated due to the new API

## `v0.2.0` | 2022-06-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.pypi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="others/readme_images/cover.webp" width="600px" alt="Cover">
<img src="https://raw.githubusercontent.com/MutableSecurity/mutablesecurity/main/others/readme_images/cover.webp" width="600px" alt="Cover">
<br/><br/>
<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">
<a href='https://coveralls.io/github/MutableSecurity/mutablesecurity?branch=main'>
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 = "mutablesecurity"
version = "0.2.0"
version = "0.3.0"
description = "Seamless deployment and management of cybersecurity solutions"
keywords = ["cybersecurity", "security-solutions", "hardening", "automatic-deployment"]
license = "MIT"
Expand Down

0 comments on commit c59a4b8

Please sign in to comment.