Skip to content

Commit

Permalink
Bump to v0.2.0 ALPHA
Browse files Browse the repository at this point in the history
  • Loading branch information
syn-4ck committed Jan 27, 2022
1 parent 64e5c00 commit acb19d3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0 ALPHA] - 2022-01-27

### Changed
- Changes in code architecture: new package structure and new plugins creation
- Improve CI workflow: security controls, QA analysis, build checks

### Fixed
- HTTP plugin analysis: fix in HTTP rules detection


## [0.1.1 ALPHA] - 2021-05-01

### Added
Expand Down
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

| Version | Supported |
| ------------- | ------------------ |
| 0.2.0 ALPHA | :x: |
| 0.1.1 ALPHA | :x: |
| 0.1.0 ALPHA | :x: |

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='pynipper-ng',
version='0.1.1',
version='0.2.0',
author='Syn-4ck',
author_email='repoJFM@protonmail.com',
description='Configuration security analyzer for network devices',
Expand Down
2 changes: 1 addition & 1 deletion src/common/banner.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ def display_banner():
" | |_) | |_| | | | | | |_) | |_) | __/ | |____| | | | (_| | | | /\n" + \
" | .__/ \__, |_| |_|_| .__/| .__/ \___|_| |_| |_|\__, | |___|/\n" + \
" |_| |___/ |_| |_| |___/\n\n" + \
" CLI Version 0.1.1 ALPHA\n"
" CLI Version 0.2.0 ALPHA\n"

print(program_banner)

0 comments on commit acb19d3

Please sign in to comment.