Skip to content

Commit

Permalink
Additional callback
Browse files Browse the repository at this point in the history
  • Loading branch information
temkin committed May 10, 2017
2 parents dc0e6a3 + 83368e8 commit e8034a5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.0 (2017/5/6)

* Implement callbacks for friendship state change ([#41](https://github.com/sungwoncho/has_friendship/pull/41)) [@sbadura](https://github.com/sbadura)

## 1.0.2 (2016/5/31)

* Accept Rails 5.0.x as a dependency [@adambutler](https://github.com/adambutler)
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
has_friendship (1.0.2)
has_friendship (1.1.1)
rails (>= 4.0.0, <= 5.1.0)
stateful_enum

Expand Down Expand Up @@ -43,7 +43,7 @@ GEM
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
arel (6.0.3)
arel (6.0.4)
builder (3.2.2)
byebug (8.2.1)
coderay (1.1.0)
Expand Down Expand Up @@ -194,7 +194,7 @@ GEM
sprockets (>= 3.0.0)
sqlite3 (1.3.11)
sqlite3 (1.3.11-x64-mingw32)
stateful_enum (0.3.0)
stateful_enum (0.4.0)
term-ansicolor (1.3.2)
tins (~> 1.0)
thor (0.19.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/has_friendship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasFriendship
VERSION = "1.0.2"
VERSION = "1.1.1"
end
8 changes: 8 additions & 0 deletions release_guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Release guide

1. Bump the version in `version.rb`
2. Update `CHANGELOG.md`
3. Run `bundle install` (needed?)
4. Commit with the version number
5. Run `bundle exec rake release`

0 comments on commit e8034a5

Please sign in to comment.