Releases: rust-db/refinery
Releases · rust-db/refinery
0.8.14
0.8.13
[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 allow0.31
, #316
Fixed
0.8.12
0.8.11
ci: fix docker containers builder runner mismatch
0.8.10
general: release 0.8.10 (#279)
0.8.9
0.8.8
release 0.8.8 (#272)
0.8.7
0.8.6
0.8.4
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.8.4] - 2021-01-09
Changed
- Allow setting a custom migration table name, #207