Release v0.1.5
v0.1.5 (2026-01-25)
Feature
- feat: initial Dockerfile implementation with documentation (GH-6) (
e1068f9)
Added initial Dockerfile implementation
and tested with colored and black-and-white output.
b/c of Rust dependency in common-expression-language
had to build two-phase (build, prod) Dockerfile.
Fix
-
fix: fixed test for csv schema validation and updated readme screenshot GH-5 (
875a120) -
fix: aligned terminology with html report (GH-5) (
7edf901)
Aligned terminology to be more sharp with each
metric collected for console report. -
fix: html templates in python package and template improvements (GH-5) (
ce26cdd)
Fixed assets build for pypi package to include html report templates.
Additionally, improved wording and added date to HTML report for
better clarity.
Documentation
-
docs: updated docs with latest screenshots and console reports (GH-5) (
e8f2733)
Updated all the screenshots, added sample report to the landing
and some other maintenance stuff. -
docs: finished first analysis and github actions tutorials (GH-5) (
9c4bed5)
Updated Getting Started with slightly sharper framing and
finished two tutorials: First Analysis and Github Actions.
Added Google Analytics for the landing page.
- Updated Getting Started section with Export and Docker subsections
- Updated Landing page with new HTML report screenshot
CI
-
ci: added quality gate dogfood workflow (GH-5) (
dfc7401)
Created quality gate based on own tutorial
to threshould versions lag and fail on CVEs. -
ci: updated workflows for tests and release to docker hub (GH-6) (
f1eba1b)
- Added python 3.11-3.14 to test workflow
- Added GA environment name to docker.yml
Chore
-
chore: removed python 3.10 from the list of supported versions (GH-6) (
be2d64f)
common-expression-language requires python 3.11+
Unknown
- unknown: Bump urllib3 from 2.5.0 to 2.6.3 in the uv group across 1 directory (
e85bb3e)
Bumps the uv group with 1 update in the / directory: urllib3.
Updatesurllib3from 2.5.0 to 2.6.3
updated-dependencies:
- dependency-name: urllib3
dependency-version: 2.6.3
dependency-type: indirect
dependency-group: uv
...
- unknown: Bump virtualenv in the uv group across 1 directory (
2cefc8b)
Bumps the uv group with 1 update in the / directory: virtualenv.
Updatesvirtualenvfrom 20.35.4 to 20.36.1
updated-dependencies:
- dependency-name: virtualenv
dependency-version: 20.36.1
dependency-type: indirect
dependency-group: uv
...