Skip to content

Commit

Permalink
v0.5.1 with rails5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
printercu committed Oct 25, 2016
1 parent 3b235d5 commit d166130
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 0.5.1

Rails 5 support.

## 0.5.0

### Controllers

- `belongs_to`.
Expand Down
2 changes: 1 addition & 1 deletion lib/rails_stuff/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def self.gem_version
module VERSION #:nodoc:
MAJOR = 0
MINOR = 5
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
Expand Down

0 comments on commit d166130

Please sign in to comment.