File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased] ( https://github.com/railsadminteam/rails_admin/tree/HEAD )
44
5- [ Full Changelog] ( https://github.com/railsadminteam/rails_admin/compare/v3.2.1...HEAD )
5+ [ Full Changelog] ( https://github.com/railsadminteam/rails_admin/compare/v3.3.0...HEAD )
6+
7+ ## [ 3.3.0] ( https://github.com/railsadminteam/rails_admin/tree/v3.3.0 ) - 2024-12-08
8+
9+ [ Full Changelog] ( https://github.com/railsadminteam/rails_admin/compare/v3.2.1...v3.3.0 )
10+
11+ ### Added
12+
13+ - Rails 8.0 support ([ #3702 ] ( https://github.com/railsadminteam/rails_admin/pull/3702 ) )
614
715## [ 3.2.1] ( https://github.com/railsadminteam/rails_admin/tree/v3.2.0 ) - 2024-10-10
816
Original file line number Diff line number Diff line change 33module RailsAdmin
44 class Version
55 MAJOR = 3
6- MINOR = 2
7- PATCH = 1
6+ MINOR = 3
7+ PATCH = 0
88 PRE = nil
99
1010 class << self
Original file line number Diff line number Diff line change 11{
22 "name" : " rails_admin" ,
3- "version" : " 3.2.1 " ,
3+ "version" : " 3.3.0 " ,
44 "description" : " RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data." ,
55 "homepage" : " https://github.com/railsadminteam/rails_admin" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments