Skip to content

Commit

Permalink
Prepare for 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Jan 9, 2023
1 parent 77fbbfb commit d33feff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Next Release

## 4.1.1

* Fix a small compatibility issue with Ruby 3.2 causing `Kernel#raise` to not accept a `cause`.

## 4.1.0

* * Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
* Fix bug which makes commands to freeze when the Rails application is writing to STDERR.
* Fix rails db:system:change command failure issue.
* Defer digest loading.
* Add support for `SPRING_QUIET` environment variable.
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 = "4.1.0"
VERSION = "4.1.1"
end

0 comments on commit d33feff

Please sign in to comment.