Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Napolskih committed Oct 21, 2013
1 parent b29eab7 commit 6d04c95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@

v1.0.0
- 2013/10/18: feature(unique_values_lists): added methods to read and delete data (Artem Napolskih)
- 2013/10/10: feature(unique_hash_counter): introduce unique list postfix delimiter (Artem Napolskih)
- 2013/10/10: feature(hash_counter): added methods to read and delete data (Artem Napolskih)
- 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.0beta1
1.0.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.0beta1'
VERSION = '1.0.0'
end

0 comments on commit 6d04c95

Please sign in to comment.