Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed Nov 20, 2013
1 parent 3897988 commit 0ae5531
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.1.0
- 2013/11/20: refactor(all): back delete_all! methods (Artem Napolskih)
- 2013/11/15: refactor(all): extract Cluster and Partition classes (Artem Napolskih)
- 2013/11/15: refactor(all): shared code of clustering and partitioning extracted into module (Napolskih)

v1.0.1
- 2013/10/21: feature(hash_counter): method date when called with a block, now returns the total number of lines (Artem Napolskih)
Expand All @@ -8,7 +12,6 @@ v1.0.1
- 2013/09/13: docs(all): documenting (Artem Napolskih)

v1.0.0beta1
- 2013/09/13: Release 1.0.0beta1 (Artem Napolskih)
- 2013/09/12: feature(all) introduce key and value delimiters (Artem Napolskih)
- 2013/09/12: feature(unique_values_list): fast (non blocking) unique values list added (Artem Napolskih)
- 2013/09/11: Initial commit (Artem Napolskih)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.1
1.1.0
2 changes: 1 addition & 1 deletion lib/redis_counters/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RedisCounters
VERSION = '1.0.1'
VERSION = '1.1.0'
end
3 changes: 2 additions & 1 deletion tasks/gem.rake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
desc 'Release gem (build and upload to gem repo)'
task :release => [
:ensure_master,
:build,
:check,
'version:release',
:build,
:tag,
:push,
:upload
Expand Down

0 comments on commit 0ae5531

Please sign in to comment.