Skip to content

Commit

Permalink
cut version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed May 31, 2018
1 parent fe9d6c5 commit f64b6a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.5.0 - May 31st 2018

Released non-marked beta version.

# 0.5.0.beta3 - May 28th 2018

Added `inet_contains_or_contained_within/1` method
Expand Down
2 changes: 1 addition & 1 deletion 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.beta3)
active_record_extended (0.5.0)
activerecord (>= 5.0, < 6.0)
ar_outer_joins (~> 0.2)
pg (~> 0.18)
Expand Down
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.beta3"
VERSION = "0.5.0"
end

0 comments on commit f64b6a1

Please sign in to comment.