Skip to content

Commit

Permalink
Bump 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Feb 17, 2023
1 parent 22c4f87 commit 9d751fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master

## 0.7.0 (2023-02-17)

- Added ability to specify the exact number of expected queries when using constant matchers. ([@akostadinov][], [@palkan][])

For RSpec, you can add the `.exactly` modifier:
Expand Down
2 changes: 1 addition & 1 deletion lib/n_plus_one_control/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NPlusOneControl
VERSION = "0.6.2"
VERSION = "0.7.0"
end

0 comments on commit 9d751fe

Please sign in to comment.