File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased] ( https://github.com/railsadminteam/rails_admin/tree/HEAD )
4
4
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 ) )
6
14
7
15
## [ 3.2.1] ( https://github.com/railsadminteam/rails_admin/tree/v3.2.0 ) - 2024-10-10
8
16
Original file line number Diff line number Diff line change 3
3
module RailsAdmin
4
4
class Version
5
5
MAJOR = 3
6
- MINOR = 2
7
- PATCH = 1
6
+ MINOR = 3
7
+ PATCH = 0
8
8
PRE = nil
9
9
10
10
class << self
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " rails_admin" ,
3
- "version" : " 3.2.1 " ,
3
+ "version" : " 3.3.0 " ,
4
4
"description" : " RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data." ,
5
5
"homepage" : " https://github.com/railsadminteam/rails_admin" ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments