Skip to content

Commit aa92381

Browse files
committed
Release v0.20.1
1 parent 47cec12 commit aa92381

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
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

2232
This is our final release before v1.0.0, which will bring with it a big

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/administrate/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Administrate
2-
VERSION = "0.20.0".freeze
2+
VERSION = "0.20.1".freeze
33
end

0 commit comments

Comments
 (0)