Skip to content

Commit 3008983

Browse files
authored
Bump version
1 parent d22c723 commit 3008983

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
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

8+
## [1.0.0] - 2025-05-15
9+
10+
### Fixed
11+
- `terraform_plan/attribute`: Fixed bug where the attribute was not being properly evaluated when using the `*` in the middle of the attribute name
12+
- `core/evaluators`: Enhance result message to use JSON encoded string instead of Python string
13+
14+
815
## [1.0.0-beta.14] - 2025-02-25
916

1017
### 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.0",
25+
version="1.0.1",
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.0"
5+
__version__ = "1.0.1"
66
__author__ = "StackGuardian"
77
__license__ = "Apache"

0 commit comments

Comments
 (0)