Skip to content

Commit b57fefe

Browse files
authored
bump version (#265)
1 parent 09ae7e0 commit b57fefe

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9+
## [1.0.3] - 2025-09-26
10+
11+
### Fixed
12+
- `evaluators/contains`: Fixed message when the evaluator is failing when input and data are both strings
13+
914
## [1.0.2] - 2025-05-27
1015

1116
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(*names, **kwargs):
2222

2323
setup(
2424
name="py-tirith",
25-
version="1.0.2",
25+
version="1.0.3",
2626
license="Apache",
2727
description="Tirith simplifies defining Policy as Code.",
2828
long_description_content_type="text/markdown",

src/tirith/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
tirith: Execute policies defined using Tirith (StackGuardian Policy Framework)
33
"""
44

5-
__version__ = "1.0.2"
5+
__version__ = "1.0.3"
66
__author__ = "StackGuardian"
77
__license__ = "Apache"

0 commit comments

Comments
 (0)