Skip to content

Commit

Permalink
Prepare to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Nov 23, 2021
1 parent caf0168 commit af2de8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/spring/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Spring
VERSION = "3.0.0"
VERSION = "3.1.0"
end

0 comments on commit af2de8a

Please sign in to comment.