Skip to content

Commit

Permalink
bump version 0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tamar Galer <tamar@ox.security>
  • Loading branch information
tamar-ox committed Jul 10, 2024
1 parent c12d087 commit a29e4c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion maskerlogger/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Init file for oxformatter package.
"""
from maskerlogger.masker_formatter import MaskerFormatter # noqa
__version__ = '0.2.1'
__version__ = '0.2.2'
2 changes: 1 addition & 1 deletion maskerlogger/masker_formatter.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import logging
import re
from typing import List
from ahocorasick_regex_match import RegexMatcher
from maskerlogger.ahocorasick_regex_match import RegexMatcher
import os

DEFAULT_SECRETS_CONFIG_PATH = os.path.join(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maskerlogger"
version = "0.2.1"
version = "0.2.2"
description = "mask your secrets from your logs"
authors = ["Tamar Galer <tamar@ox.security>"]
readme = "README.md"
Expand Down

0 comments on commit a29e4c2

Please sign in to comment.