Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Sep 17, 2020
1 parent a4f7822 commit 323647a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

## 0.5.1
* Update Info struct for RTS 1.4 compatibility (#45)

## 0.5.0
* Fix aggregations for TS.RANGE command (#34)
* Extract client handling into Client module (#32)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
redis-time-series (0.5.0)
redis-time-series (0.5.1)
redis (~> 4.0)

GEM
Expand All @@ -26,7 +26,7 @@ GEM
coderay (~> 1.1)
method_source (~> 1.0)
rake (13.0.1)
redis (4.2.1)
redis (4.2.2)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/time_series/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
class Redis
class TimeSeries
VERSION = '0.5.0'
VERSION = '0.5.1'
end
end

0 comments on commit 323647a

Please sign in to comment.