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 b692823 commit f704e2fCopy full SHA for f704e2f
CHANGELOG.md
@@ -1,9 +1,12 @@
1
-## 1.3.5
+## 1.3.6
2
3
-* Fix `rails test` command to run in test environment #403 - @eileencodes
4
* Ensure the spawned server is loaded from the same version of the Spring gem
5
as the client. Issue #295.
6
+## 1.3.5
7
+
8
+* Fix `rails test` command to run in test environment #403 - @eileencodes
9
10
## 1.3.4
11
12
* Add `rails test` command.
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "1.3.5"
+ VERSION = "1.3.6"
end
0 commit comments