We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c2493 commit b99db09Copy full SHA for b99db09
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Unreleased
2
3
+## 0.20.2
4
+* Use a more permissive version for the nginx Docker image the rails_app plugin uses for serving static assets.
5
+
6
## 0.20.1
7
* Remove accidentally-released `require 'sorbet-runtime'` in bin/kuby.
8
lib/kuby/version.rb
@@ -1,5 +1,5 @@
# typed: true
module Kuby
- VERSION = '0.20.1'.freeze
+ VERSION = '0.20.2'.freeze
end
0 commit comments