Skip to content

Commit

Permalink
v2.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
  • Loading branch information
ashie committed Dec 28, 2022
1 parent ac9d8f2 commit c35e3a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2022-12-22 version 2.3.1

* Don't treat as error when worker shuts down with exit status 0

2022-06-13 version 2.3.0

* Add restart_worker_interval option to prevent workers restart immediately
Expand All @@ -13,6 +17,7 @@
2022-01-13 version 2.2.5:

* Fix DLL load error on Ruby 3.1 on Windows
* Treat as error when worker shuts down unexpectedly

2021-05-24 version 2.2.4:

Expand Down
2 changes: 1 addition & 1 deletion lib/serverengine/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ServerEngine
VERSION = "2.3.0"
VERSION = "2.3.1"
end

0 comments on commit c35e3a5

Please sign in to comment.