Skip to content

Commit a3b7c2a

Browse files
committed
Prepare for 4.2.1
1 parent 8c1670f commit a3b7c2a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.markdown

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# CHANGELOG
22

3-
## master (unreleased)
3+
## main (unreleased)
4+
5+
# 4.2.1
6+
7+
* Support to Rails 7.1
8+
* Support to Rack 3.0
49

510
## 4.2.0
611

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align=right>
2-
<strong>Current version: 4.2.0</strong> | Documentation for:
2+
<strong>Current version: 4.2.1</strong> | Documentation for:
33
<a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4</a>
44
<a href=https://github.com/rails/web-console/tree/v2.2.1>v2.2.1</a>
55
<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`.
186186
[Hailey Somerville]: https://github.com/haileys
187187
[John Mair]: https://github.com/banister
188188
[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
190190
[rvt]: https://github.com/gsamokovarov/rvt
191191
[contributors]: https://github.com/rails/web-console/graphs/contributors
192192
[Passenger on Nginx]: https://www.phusionpassenger.com/library/config/nginx/reference/#passengerstickysessions

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 = "4.2.0"
4+
VERSION = "4.2.1"
55
end

0 commit comments

Comments
 (0)