Skip to content

Release v0.1.5

Choose a tag to compare

@mklymyshyn mklymyshyn released this 25 Jan 21:16
· 168 commits to main since this release
Immutable release. Only release title and notes can be modified.
v0.1.5
4d3fbf6

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.

  • docs: updated getting started and landing (GH-6) (2c995a8)

  • Updated Getting Started section with Export and Docker subsections
  • Updated Landing page with new HTML report screenshot
  • docs(contribution): Updated CONTRIBUTING.md with latest changes (GH-11) (7a44238)

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
  • ci: fix duplicate assets record inside wheel archive (GH-5) (d29f4c8)

Chore

  • chore: removed python 3.10 from the list of supported versions (GH-6) (be2d64f)
    common-expression-language requires python 3.11+

  • chore: Added RELEASE.md documentation (GH-11) (41ef530)

  • chore: fixed tip after the release (GH-11) (f57781b)

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.
    Updates urllib3 from 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.
    Updates virtualenv from 20.35.4 to 20.36.1

updated-dependencies:

  • dependency-name: virtualenv
    dependency-version: 20.36.1
    dependency-type: indirect
    dependency-group: uv
    ...