Skip to content

v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 12:13
· 11 commits to master since this release
1f78b5f

[0.17.0] - 2025-03-08

Bug Fixes

  • Lock was not unlocked if migrations run return error
  • [breaking] Do not allow non empty virtual migration addition

Documentation

  • Fix missing self in down migration example of readme
  • Add note to what to do when connection needs to be used multiple times
  • Add example for migrator creation and with prefix

Features

  • [breaking] If migrations are inconsistent when added multiple time raises error

Miscellaneous Tasks

  • Remove unused dependencies warning from examples
  • Update version to 0.17.0

Refactor

  • [breaking] Only allow literal for app name and migration name
  • Remove meaningless async_trait for Migration
  • Apply clippy suggestion to use contains