Skip to content

Releases: feldroy/AirPostgres

Release list

AirPostgres 0.1.0

Choose a tag to compare

@audreyfeldroy audreyfeldroy released this 10 Aug 02:43
v0.1.0
48cd19d

These are the changes that will go out in the next release.

Added

AirPostgres started out as a project generated from Cookiecutter PyPackage containing:

  • Initial scaffold for AirPostgres.
  • src/airpostgres/ package with CLI (Typer + Rich), py.typed marker
  • Tests with pytest, coverage across Python 3.12/3.13/3.14
  • CI via GitHub Actions: lint (Ruff), type check (ty), test matrix, coverage reporting
  • Security scanning: CodeQL analysis for public repositories, Dependabot, and a Zizmor workflow audit
  • Docs site with Zensical + mkdocstrings and a GitHub Pages deployment workflow
  • Trusted publishing to PyPI with OIDC and build provenance attestation
  • justfile with dev commands: qa, test, type-check, docs-serve, release
  • Issue templates, PR template, contributing guide, code of conduct, security policy
  • MIT license, .editorconfig, .gitignore

Contributors

@audreyfeldroy (Audrey M. Roy Greenfeld) created AirPostgres.