-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from brootware/dev
bumping version and change log
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | |
- echo 'This is my ip: 127.0.0.1. My email is [email protected]. My favorite secret link is github.com' | prk | ||
- Added docker support to run the app from docker. | ||
|
||
## [1.0.1] - 2022-08-11 | ||
|
||
- testing docker build and push action from github. | ||
|
||
## [1.0.0] - 2022-08-11 | ||
|
||
- Added in redaction support from linux piped input. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "pyredactkit" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "Python cli tool to redact sensitive data" | ||
authors = ["brootware <[email protected]>"] | ||
license = "GPL-3.0-or-later" | ||
|