File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 brute@gmail.com . My favorite secret link is github.com' | prk
2121- Added docker support to run the app from docker.
2222
23+ ## [ 1.0.1] - 2022-08-11
24+
25+ - testing docker build and push action from github.
26+
2327## [ 1.0.0] - 2022-08-11
2428
2529- Added in redaction support from linux piped input.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " pyredactkit"
7- version = " 1.0.0 "
7+ version = " 1.0.1 "
88description = " Python cli tool to redact sensitive data"
99authors = [" brootware <brootware@outlook.com>" ]
1010license = " GPL-3.0-or-later"
You can’t perform that action at this time.
0 commit comments