Skip to content

Commit

Permalink
release: v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: SamoKopecky <[email protected]>
  • Loading branch information
SamoKopecky committed Oct 6, 2022
1 parent 80ecd21 commit a0068fa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
tags:
- "v*"
branches:
- "master"

jobs:
release-tag:
Expand Down
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

All notable changes to this project will be documented in this file.

# [0.2.0](https://github.com/SamoKopecky/ssltest/compare/v0.1.1...v0.2.0) - Jul 16, 2022
# [0.2.1](https://github.com0/SamoKopecky/ssltest/compare/v0.2.0...v0.2.1) - Oct 6, 2022

### Fixed
- Fix an issue where connections to some websites were not closed correctly

# [0.2.0](https://github.com0/SamoKopecky/ssltest/compare/v0.1.1...v0.2.0) - Jul 16, 2022
### Added

- Trello board for development tracking
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Samuel Kopecky"

# The full version, including alpha/beta/rc tags
release = "0.2.0"
release = "0.2.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
description="Scan web servers cryptographic parameters and vulnerabilities",
long_description=long_description,
long_description_content_type="text/markdown",
version="0.2.0",
version="0.2.1",
author="Samuel Kopecky",
author_email="[email protected]",
project_urls={
Expand Down
2 changes: 1 addition & 1 deletion ssltest/Args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0"
__version__ = "0.2.1"

import argparse

Expand Down

0 comments on commit a0068fa

Please sign in to comment.