v0.7.5
What's new:
-
feat: Expose the charybdis-migrate package for programmatic control over migrations by @Michal-python in #47
use migrate::MigrationBuilder; let migration = MigrationBuilder::new() .keyspace("test") .drop_and_replace(true) .build(&session) .await; migration.run().await;
-
refactor: code formatting cleanup #47
-
update: DRY-up migration builder #48
New Contributors
- @Michal-python made their first contribution in #47
Full Changelog: v0.7.3...v0.7.5