Skip to content

Commit

Permalink
Version bump to 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Apr 5, 2022
1 parent 0e85182 commit dc4f68d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 (unreleased)
## 0.2.0 (2022-04-05)

- Added `range` option
- Dropped support for Active Record < 5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ To recalculate the last few intervals, use:
User.rollup("New users", last: 3)
```

To recalculate a time range, use: [unreleased]
To recalculate a time range, use:

```ruby
User.rollup("New users", range: 1.week.ago.all_week)
Expand Down
2 changes: 1 addition & 1 deletion lib/rollup/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Rollup
# not used in gemspec to avoid superclass mismatch
# be sure to update there as well
VERSION = "0.1.4"
VERSION = "0.2.0"
end
2 changes: 1 addition & 1 deletion rollups.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "rollups"
spec.version = "0.1.4"
spec.version = "0.2.0"
spec.summary = "Rollup time-series data in Rails"
spec.homepage = "https://github.com/ankane/rollup"
spec.license = "MIT"
Expand Down

0 comments on commit dc4f68d

Please sign in to comment.