Skip to content

Commit 7fea48a

Browse files
committed
version 0.2.0
1 parent a027572 commit 7fea48a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.2.0
2+
-----
3+
4+
- Use Kaminari instead or will_paginate.
5+
- Change per_page to 15 items.
6+
17
0.1.5
28
-----
39

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exception-track (0.1.5)
4+
exception-track (0.2.0)
55
exception_notification (~> 4)
66
kaminari (>= 0.15)
77
rails (>= 4.0, < 5.2)

lib/exception-track/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ExceptionTrack
2-
VERSION = '0.1.5'
2+
VERSION = '0.2.0'
33
end

0 commit comments

Comments
 (0)