Skip to content

Commit bc8bb51

Browse files
committed
v1.6.0
1 parent 47a4e71 commit bc8bb51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
## 1.5.0
26

37
* Make the temporary directory path used by spring contain the UID of the process

lib/spring/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Spring
2-
VERSION = "1.5.0"
2+
VERSION = "1.6.0"
33
end

0 commit comments

Comments
 (0)