Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reidab committed Mar 22, 2015
1 parent 1eb5186 commit 7fa8828
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes to `paper_trail_manager`
================================

* 0.3.0
* Support Rails 3.2, 4.0, 4.1, and 4.2
* Drop support for Rails 3.0 and 3.1
* Improve test suite across multiple Rails versions

* 0.2.0
* Add support for Rails 3.1 and 3.2, while retaining support for Rails 3.0.
* Add test suite to check engine against multiple versions. This test suite is derived from Mike Dalessio's "loofah-activerecord" gem, available at https://github.com/flavorjones/loofah-activerecord
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion paper_trail_manager.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "paper_trail_manager"
spec.version = "0.2.0"
spec.version = "0.3.0"
spec.authors = ["Igal Koshevoy", "Reid Beels"]
spec.authors = ["[email protected]"]
spec.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."
Expand Down

0 comments on commit 7fa8828

Please sign in to comment.