From af2de8ae581cc3db1087115b8bf7876bcbad2334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 23 Nov 2021 19:14:57 +0000 Subject: [PATCH] Prepare to 3.1.0 --- CHANGELOG.md | 8 +++++++- lib/spring/version.rb | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d14ca046..e46aa522 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ ## Next Release -* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647) +## 3.1.0 + +* Fix bug which makes rails consoles to hang at exit when multiple of them are open (#647). +* Fix support to `gems.rb` file. +* Ensure bundler is required when used. +* Support `rails db:*` tasks. +* Check that app preload was successful before sending a command. ## 3.0.0 diff --git a/lib/spring/version.rb b/lib/spring/version.rb index b3f63d65..9da1ebed 100644 --- a/lib/spring/version.rb +++ b/lib/spring/version.rb @@ -1,3 +1,3 @@ module Spring - VERSION = "3.0.0" + VERSION = "3.1.0" end