We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c2f6db commit 30095e5Copy full SHA for 30095e5
2 files changed
CHANGELOG.md
@@ -20,6 +20,10 @@ and simply didn't have the time to go back and retroactively create one.
20
- echo 'This is my ip: 127.0.0.1. My email is brute@gmail.com. My favorite secret link is github.com' | prk
21
- Added docker support to run the app from docker.
22
23
+## [1.0.1] - 2022-08-11
24
+
25
+- testing docker build and push action from github.
26
27
## [1.0.0] - 2022-08-11
28
29
- Added in redaction support from linux piped input.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
5
[tool.poetry]
6
name = "pyredactkit"
7
-version = "1.0.0"
+version = "1.0.1"
8
description = "Python cli tool to redact sensitive data"
9
authors = ["brootware <brootware@outlook.com>"]
10
license = "GPL-3.0-or-later"
0 commit comments