0.3.0 (2024-09-04)
- Veksel.prefix has been removed
- Veksel.suffix no longer has a leading underscore
- CLI: suffix command has been removed
- support database.yml with explicit primary (99ecb90)
0.2.2 (2024-03-12)
- support ERB in database.yml (9ae2aef)
0.2.1 (2024-03-10)
- Require fileutils as it's not loaded by default in some Ruby versions. (66833d0)
0.2.0 (2024-02-29)
- database.yml should no longer be modified, but define the default dev database name instead. Veksel will hook into the Rails environment with ActiveRecord::DatabaseConfigurations.register_db_config_handler
- missing status variable assignment (1bcfab2)
- remove unused files from dummy app (06a5e8d)
- update appraisal (f7c726d)
- faster invocation without loading rails env (3c09e54)
- fork using templates instead of pg_dump (7ebfa62)
- initial release