Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85fa499

Browse files
authored
release: AICertify v0.7.2 (#65)
Cuts a release tag for the demo rich-UX rewrite and supporting fixes shipped since v0.7.1: - `aicertify demo` rewritten around the canonical high-level API + `print_banner` / spinner / MessageGroup / success markers - CLI default verbosity dropped to WARNING (was INFO); `--verbose` opts in to INFO + `aicertify`-namespace DEBUG - `policy_loader` no longer warns on `helper_functions/` shared rego - `docs/demo.cast` + `docs/demo.gif` (asciinema recording embedded in the README so visitors see the rich UX before installing) See CHANGELOG.md for the full 0.7.2 entry.
1 parent 2d52fa4 commit 85fa499

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.7.2] — 2026-05-14
11+
1012
### Changed
1113

1214
- **`aicertify demo` rewritten for the canonical rich-UX flow.** The previous demo runner produced plain `print()` output; it now mirrors [`examples/quickstart.py`](examples/quickstart.py) exactly — uses the high-level `application.create()` + `app.evaluate()` API and wraps each step in `print_banner`, `spinner`, `MessageGroup`, and `success` markers from `aicertify.utils.logging_config`. Visually identical to the canonical SDK experience.

aicertify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""
77

88
# Version information
9-
__version__ = "0.7.1"
9+
__version__ = "0.7.2"
1010

1111
# Direct imports for developer convenience
1212
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aicertify"
3-
version = "0.7.1"
3+
version = "0.7.2"
44
description = "Compliance-as-code for AI systems. Audit your AI against the EU AI Act, NIST AI RMF, and 13+ regulatory frameworks using Open Policy Agent (OPA) — and produce audit-ready PDF, Markdown, JSON, or HTML reports."
55
authors = [
66
{name = "Kapil Madan", email = "[email protected]"},

0 commit comments

Comments
 (0)