The release of sqlite-migrate version 0.2 marks the retirement of the standalone library. It now functions solely as a compatibility shim that depends on sqlite-utils 4.0.

  • The package is retired and no longer maintained as an independent tool.
  • It implements a compatibility layer against the new sqlite-utils 4.0 dependency.

This change consolidates functionality into sqlite-utils, simplifying the ecosystem by removing the separate migration library.