Skip to content

Commit

Permalink
bumping version and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
rootware committed Aug 11, 2022
1 parent 8c2f6db commit 30095e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 brute@gmail.com. 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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <brootware@outlook.com>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 30095e5

Please sign in to comment.