Skip to content

Commit

Permalink
Bumping version to 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 10, 2025
1 parent deddbe1 commit e0860be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Next Release

## 8.0.1 (02/10/2025)

* Update benchmark to use sqlite
* Reduce mem allocations
* Require active_support's inflections module before requiring the delegation module

## 8.0.0 (11/10/2024)

* Support Rails 8
Expand Down
2 changes: 1 addition & 1 deletion lib/bullet/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bullet
VERSION = '8.0.0'
VERSION = '8.0.1'
end

0 comments on commit e0860be

Please sign in to comment.