Skip to content

0.17.0

Compare
Choose a tag to compare
@jpvanhal jpvanhal released this 04 Nov 13:04
· 2 commits to master since this release
  • Use the pyproject.toml standard to specify project metadata, dependencies and tool configuration. Use Hatch to build the project.
  • Make the documentation buildable again.
  • Fix some grammar and formatting issues in the documentation
  • Refactor VersioningManager.audit_table() method and extract the query building logic into a new method VersioningManager.build_audit_table_query().
  • Fix a deprecation warning about sqlalchemy.orm.mapper() symbol usage on SQLAlchemy 2.0.