- Fixed bug where two different migration sets could not have migrations with the same name. [11](https://github.com/simonw/sqlite-migrate/issues/11)
- This included updating the primary key on `_sqlite_migrations` from `name` to `(migration_set, name)`.
- No longer shows a deprecation warning about `datatime.utcnow()` in Python 3.12. Thanks, [Ed Summers](https://github.com/edsu). [#10](https://github.com/simonw/sqlite-migrate/issues/10)