Skip to content

Commit

Permalink
Bumped version up and changeloged previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
blambeau committed Jul 11, 2011
1 parent 88389d7 commit 9aed531
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
# 1.1.0 / FIX ME

* Added the ability to specify aggregations on hash keys that are not used at
all. In this case, the aggregator is called on an empty array.

# 1.0.0 / 2011.07.11 # 1.0.0 / 2011.07.11


* Enhancements * Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lib/summaryse/version.rb
Expand Up @@ -2,7 +2,7 @@ module Summaryse
module Version module Version


MAJOR = 1 MAJOR = 1
MINOR = 0 MINOR = 1
TINY = 0 TINY = 0


def self.to_s def self.to_s
Expand Down
2 changes: 1 addition & 1 deletion summaryse.noespec
Expand Up @@ -9,7 +9,7 @@ variables:
upper: upper:
Summaryse Summaryse
version: version:
1.0.0 1.1.0
summary: |- summary: |-
Array#summaryse Array#summaryse
description: |- description: |-
Expand Down

0 comments on commit 9aed531

Please sign in to comment.