Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@doshitan doshitan released this 20 Mar 18:06
· 17 commits to main since this release

Summary

Rails 7.2 update, Ruby 3.4 update, drop user roles, and misc. package updates.

⚠️ Migration notes

User Roles

When updating the template in this version, if you wish to keep user role
support, revert the changes in these files:

  • <APP_NAME>/db/migrate/20240410213056_create_user_roles.rb (deleted in
    this change)
  • <APP_NAME>/db/schema.rb (user_tables removed)

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0