File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 3.1.1
6
+
7
+ * [ #185 ] ( https://github.com/rails/web-console/pull/185 ) Fix ` rails console ` startup ([ @gsamokovarov ] )
8
+
5
9
## 3.1.0
6
10
7
11
* [ #182 ] ( https://github.com/rails/web-console/pull/182 ) Let ` #console ` live in ` Kernel ` ([ @schneems ] )
Original file line number Diff line number Diff line change 1
1
<p align =right >
2
2
Documentation for:
3
3
<a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4 </a >
4
- <a href=https://github.com/rails/web-console/tree/v2.2.1>v2.1.3 </a >
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.0.0>v3.0.0 </a >
6
6
</p >
7
7
Original file line number Diff line number Diff line change 1
1
module WebConsole
2
- VERSION = '3.1.0 '
2
+ VERSION = '3.1.1 '
3
3
end
You can’t perform that action at this time.
0 commit comments