Skip to content

Commit 10c2ea3

Browse files
committed
Release web-console 4.0
1 parent 61ce65b commit 10c2ea3

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.markdown

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
## master (unreleased)
44

5-
## 4.0.0 (unreleased)
5+
## 4.0.0
66

7+
* [|61c](https://github.com/rails/web-console/commit/61ce65b599f56809de1bd8da6590a80acbd92017) Move to config.web_console.permissions ([@gsamokovarov])
78
* [|961](https://github.com/rails/web-console/commit/96127aac143e1e653fffdc4bb65e1ce0b5ff342d) Introduce Binding#console as an alternative interface ([@gsamokovarov])
9+
* [|d45](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27) Introduce Rails 6 support ([@gsamokovarov])
10+
* [|f97](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13) Introduce Ruby 2.6 support ([@gsamokovarov])
811
* [|d6d](https://github.com/rails/web-console/commit/d6deacd9d5fcaabf3e3051d6985b53f924f86956) Drop Rails 5 support ([@gsamokovarov])
912
* [|90f](https://github.com/rails/web-console/commit/90fda8789d402f05647c18f8cdf8e5c3d01692dd) Drop Ruby 2.4 support ([@gsamokovarov])
10-
* [|d45](https://github.com/rails/web-console/commit/d4591ca5396ed15a08818f3da11134852a485b27) Fix Rails 6 warnings ([@gsamokovarov])
11-
* [|f97](https://github.com/rails/web-console/commit/f97d8a889a38366485e5c5e8985995c19bf61d13) Fix Ruby 2.6 warnings ([@gsamokovarov])
1213
* [#265](https://github.com/rails/web-console/pull/265) Add support for nested exceptions ([@yuki24])
1314

1415
## 3.7.0

lib/web_console/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebConsole
4-
VERSION = "3.7.0"
4+
VERSION = "4.0.0"
55
end

0 commit comments

Comments
 (0)