Skip to content

Latest commit

 

History

History
76 lines (49 loc) · 3.02 KB

File metadata and controls

76 lines (49 loc) · 3.02 KB

CHANGELOG

v2.0.0 (2026-08-20)

Bug Fixes

  • Emit composite foreign keys as one constraint, not one per column (#23) (#23, 93548d7)

v1.1.0 (2026-08-19)

Bug Fixes

  • Bundle cryptography when oracledb is included in PyInstaller builds (#21) (#21, b75296e)

Chores

  • deps: Bump mypy from 1.13.0 to 1.19.1 (#9) (#9, 997a162)

  • deps: Bump pylint from 3.3.1 to 3.3.9 (#7) (#7, 46ab8f8)

  • deps: Bump python from 3.11-slim-bookworm to 3.14-slim-bookworm in /.docker (#11) (#11, 997762b)

  • deps: Bump the python-minor-and-patch group across 1 directory with 4 updates (#20) (#20, 2629b87)

  • deps: Bump types-pyyaml from 6.0.12 to 6.0.12.20250915 (#10) (#10, 2584e78)

  • deps: Update sphinx-design requirement from >=0.6 to >=0.6.1 (#8) (#8, 814deb2)

Continuous Integration

  • deps: Bump actions/setup-python from 5 to 6 (#17) (#17, 367c93d)

  • deps: Bump actions/upload-artifact from 4 to 7 (#16) (#16, 89f07c2)

  • deps: Bump actions/upload-pages-artifact from 3 to 5 (#18) (#18, 926e641)

Features

  • Add explicit dump subcommand (#22) (#22, 8bb2452)

v1.0.1 (2026-06-04)

Fix

  • fix: attach artefacts to new release automatically

v1.0.0 (2026-06-04)

  • Initial Release