Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed Jul 25, 2018
1 parent c0fd925 commit a31a01e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.6.0 - July 25th 2018

Reduced Gem file allocation. We only care about stuff in the lib directory.

# 0.5.0 - May 31st 2018

Released non-marked beta version.
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_record_extended (0.5.0)
active_record_extended (0.6.0)
activerecord (>= 5.0, < 6.0)
ar_outer_joins (~> 0.2)
pg (~> 0.18)
Expand Down Expand Up @@ -97,4 +97,4 @@ DEPENDENCIES
simplecov (~> 0.16)

BUNDLED WITH
1.16.1
1.16.2
2 changes: 1 addition & 1 deletion lib/active_record_extended/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveRecordExtended
VERSION = "0.5.0"
VERSION = "0.6.0"
end

0 comments on commit a31a01e

Please sign in to comment.