File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
## Changes
19
19
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
+
20
30
### 0.20.0 (January 17, 2024)
21
31
22
32
This 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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- administrate (0.20.0 )
4
+ administrate (0.20.1 )
5
5
actionpack (>= 6.0 , < 8.0 )
6
6
actionview (>= 6.0 , < 8.0 )
7
7
activerecord (>= 6.0 , < 8.0 )
Original file line number Diff line number Diff line change 1
1
module Administrate
2
- VERSION = "0.20.0 " . freeze
2
+ VERSION = "0.20.1 " . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments