We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef2cad6 commit 1b6293cCopy full SHA for 1b6293c
CHANGELOG.md
@@ -1,11 +1,13 @@
1
-## Next release
+## 1.7.0
2
3
* Auto-restart server when server and client versions do not match
4
* Add `spring server` command to explicitly start a Spring server
5
process in the foreground, which logging to stdout. This will be
6
useful to those who want to run spring more explicitly, but the real
7
impetus was to enable running a spring server inside a Docker
8
container.
9
+* Numerous other tweaks to better support running Spring inside
10
+ containers
11
12
## 1.6.4
13
lib/spring/version.rb
@@ -1,3 +1,3 @@
module Spring
- VERSION = "1.6.4"
+ VERSION = "1.7.0"
end
0 commit comments