File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717
1818## Changes
1919
20+ ### 0.20.1 (January 24, 2024)
21+
22+ In ` 0.20.0 ` , we introduced a regression which potentially meant you might
23+ get a ` NameError ` because of a missing import on ` Administrate::VERSION ` ,
24+ this fixes that and two other minor issues as well.
25+
26+ * [ BUGFIX] [ #2494 ] Fix build-changelog with no template changes
27+ * [ BUGFIX] [ #2491 ] Fix missing ` Administrate::VERSION ` reference
28+ * [ DOC] [ #2489 ] Fix path in documentation
29+
2030### 0.20.0 (January 17, 2024)
2131
2232This is our final release before v1.0.0, which will bring with it a big
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- administrate (0.20.0 )
4+ administrate (0.20.1 )
55 actionpack (>= 6.0 , < 8.0 )
66 actionview (>= 6.0 , < 8.0 )
77 activerecord (>= 6.0 , < 8.0 )
Original file line number Diff line number Diff line change 11module Administrate
2- VERSION = "0.20.0 " . freeze
2+ VERSION = "0.20.1 " . freeze
33end
You can’t perform that action at this time.
0 commit comments