Skip to content

Commit

Permalink
Version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
makicamel committed Nov 21, 2023
1 parent 767e5e1 commit f632e96
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.7] - 2023-11-21

- Validate detected instance_variable is an ActiveRecord::Relation [ed650ae](https://github.com/makicamel/bulletmark_repairer/commit/ed650ae41b4389774cb1135031f077e953d2c5db) [86497bd](https://github.com/makicamel/bulletmark_repairer/commit/86497bd3cbb6daf1672cd18210e5842d0ecc084f)
- Add includes after methods returning AR on autocorrect [767e5e1](https://github.com/makicamel/bulletmark_repairer/commit/767e5e1389f84daa6efce4463a4979a100c16640)

## [0.1.6] - 2023-11-09

Fix a bug when N+1 is caused not in the request (e.g. Sidekiq) [51f051e](https://github.com/makicamel/bulletmark_repairer/commit/51f051e608b84b7da96ac879a324ed438c14eeeb)
Expand Down
2 changes: 1 addition & 1 deletion lib/bulletmark_repairer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module BulletmarkRepairer
VERSION = '0.1.6'
VERSION = '0.1.7'
end

0 comments on commit f632e96

Please sign in to comment.