Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Dec 27, 2017
1 parent 1e3def0 commit caf9715
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.0.0

- News
- Drops overrided `find` method to avoid find on a hash that looks like a number issue [#1](https://github.com/wbotelhos/idy/issues/1)

## v0.1.3

- features
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:
idy (0.1.3)
idy (1.0.0)
hashids (~> 1.0)
rails (>= 5, < 6)

Expand Down
2 changes: 1 addition & 1 deletion lib/idy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Idy
VERSION = '0.1.3'
VERSION = '1.0.0'
end

0 comments on commit caf9715

Please sign in to comment.