We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbb391 commit 90e3474Copy full SHA for 90e3474
2 files changed
CHANGELOG.markdown
@@ -2,6 +2,10 @@
2
3
## main (unreleased)
4
5
+# 4.3.0
6
+
7
+* [#342](https://github.com/rails/web-console/pull/342) Always permit IPv4-mapped IPv6 loopback addresses ([@zunda]).
8
+* Fixed Rails 8.2.0.alpha support
9
* Drop Rails 7.2 support
10
* Drop Ruby 3.1 support
11
@@ -194,3 +198,4 @@ go to 3.1.0 instead.
194
198
[@p8]: https://github.com/p8
195
199
[@voxik]: https://github.com/voxik
196
200
[@ryanwood]: https://github.com/ryanwood
201
+[@zunda]: https://github.com/zunda
lib/web_console/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
module WebConsole
- VERSION = "4.2.1"
+ VERSION = "4.3.0"
end
0 commit comments