Skip to content

Commit

Permalink
Bump 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Earendil95 committed Nov 27, 2020
1 parent 57685df commit eb3a851
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## master (unreleased)
## 0.6.0 (2020-11-27)

- Fix table stats summary when queries use backticks to surround table names ([@andrewhampton])
- Fix table stats summary when queries use backticks to surround table names ([@andrewhampton][])
- Add support to test for linear query. ([@caalberts][])

## 0.5.0 (2020-09-07)
Expand Down Expand Up @@ -30,3 +30,4 @@ Could be specified via `NPLUSONE_BACKTRACE` env var.
[@Earendil95]: https://github.com/Earendil95
[@palkan]: https://github.com/palkan
[@caalberts]: https://github.com/caalberts
[@andrewhampton]: https://github.com/andrewhampton
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.5.0"
VERSION = "0.6.0"
end

0 comments on commit eb3a851

Please sign in to comment.