Skip to content

Commit 0a23d96

Browse files
preparing for a new release
1 parent 8c82411 commit 0a23d96

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
- Unreleased
22

3+
- 1.5.0
4+
- added support for deployment events https://github.com/igorkasyanchuk/rails_performance/pull/150
5+
- clear memory for sidekiq + other gems https://github.com/igorkasyanchuk/rails_performance/pull/149
6+
37
- 1.4.3
48
- Parameterize resources charts https://github.com/igorkasyanchuk/rails_performance/pull/134
59
- allow overriding url options https://github.com/igorkasyanchuk/rails_performance/pull/143/files
@@ -149,5 +153,3 @@
149153

150154
0.1.X
151155
- working prototype
152-
153-

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rails_performance (1.4.3)
4+
rails_performance (1.5.0)
55
browser
66
railties
77
redis

lib/rails_performance/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module RailsPerformance
2-
VERSION = "1.4.3"
2+
VERSION = "1.5.0"
33
SCHEMA = "1.0.2"
44
EVENTS_SCHEMA = "1.0.0"
55
end

0 commit comments

Comments
 (0)