Skip to content

Commit 875fb7a

Browse files
author
rootware
committed
bumped version
1 parent 72a2524 commit 875fb7a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ and simply didn't have the time to go back and retroactively create one.
2020
- echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk
2121
- Added docker support to run the app from docker.
2222

23+
## [1.0.2] - 2022-08-11
24+
25+
- testing docker build and push action from github.
26+
2327
## [1.0.1] - 2022-08-11
2428

2529
- testing docker build and push action from github.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
66
name = "pyredactkit"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Python cli tool to redact sensitive data"
99
authors = ["brootware <[email protected]>"]
1010
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)