File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## master (unreleased)
3
+ ## main (unreleased)
4
+
5
+ # 4.2.1
6
+
7
+ * Support to Rails 7.1
8
+ * Support to Rack 3.0
4
9
5
10
## 4.2.0
6
11
Original file line number Diff line number Diff line change 1
1
<p align =right >
2
- <strong >Current version: 4.2.0 </strong > | Documentation for:
2
+ <strong >Current version: 4.2.1 </strong > | Documentation for:
3
3
<a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4 </a >
4
4
<a href=https://github.com/rails/web-console/tree/v2.2.1>v2.2.1 </a >
5
5
<a href=https://github.com/rails/web-console/tree/v3.7.0>v3.7.0 </a >
@@ -186,7 +186,7 @@ Make sure your configuration lives in `config/environments/development.rb`.
186
186
[ Hailey Somerville ] : https://github.com/haileys
187
187
[ John Mair ] : https://github.com/banister
188
188
[ Charles Oliver Nutter ] : https://github.com/headius
189
- [ templates ] : https://github.com/rails/web-console/tree/master /lib/web_console/templates
189
+ [ templates ] : https://github.com/rails/web-console/tree/main /lib/web_console/templates
190
190
[ rvt ] : https://github.com/gsamokovarov/rvt
191
191
[ contributors ] : https://github.com/rails/web-console/graphs/contributors
192
192
[ Passenger on Nginx ] : https://www.phusionpassenger.com/library/config/nginx/reference/#passengerstickysessions
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module WebConsole
4
- VERSION = "4.2.0 "
4
+ VERSION = "4.2.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments