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 47a4e71 commit bc8bb51Copy full SHA for bc8bb51
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.6.0
2
+
3
+* show when spring is used automatically to remind people why things might fail, disable with `Spring.quiet = true`
4
5
## 1.5.0
6
7
* Make the temporary directory path used by spring contain the UID of the process
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "1.5.0"
+ VERSION = "1.6.0"
end
0 commit comments