Skip to content

Commit 29f3ba6

Browse files
authored
Merge pull request #80 from brootware/dev
bumping version and change log
2 parents c3807c9 + 30095e5 commit 29f3ba6

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.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.

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.0"
7+
version = "1.0.1"
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)