Skip to content

0.8.13

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 23:35
a20120a

[0.8.13] - 2024-03-29

Added

  • Add new utility function, load_sql_migrations that enables dynamic migration discovery where embedding is not desirable. #313
  • Add an enum EmbeddedMigration with all the migrations applied, #312

Changed

  • Make serde, toml deps optional, #310
  • Make Migration::applied pub, #321
  • Update rusqlite to allow 0.31, #316

Fixed

  • Fix bug in get_last_applied_migration when refinery's schema history table is not default, #313
  • Fix newline handling for Windows in database configuration setup, #320