From fb51c9db7fb9a4fe347c8cb83bb409f9139b48b8 Mon Sep 17 00:00:00 2001 From: Jeff Casimir Date: Thu, 26 Mar 2015 22:19:27 -0600 Subject: [PATCH] Back on track, hello 2.0 --- CHANGELOG.md | 15 +++++++++++++++ lib/draper/version.rb | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3707d20..6c7f84e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Draper Changelog +## 2.0.0 - 2015-03-26 + +Working to breathe new life into the project by shedding baggage. + +* Rails 3.2 support dropped +* Ruby 1.9.3 and 2.0 support dropped +* Add support for Rails 4.2 and Ruby 2.2 +* Rewrite tests to get over RSpec deprecations +* Get RSpec up to 3.2 +* Try to un-screw the challenges of ActiveModelSerializers + +Due to the breakages of dropping legacy support, we've bumped the major version. From here, +development effort will likely focus on a version 3.0 that removes features and simplifies +usage of the library. + ## 1.3.0 - 2013-10-26 [30 commits by 11 authors](https://github.com/drapergem/draper/compare/v1.2.1...v1.3.0) diff --git a/lib/draper/version.rb b/lib/draper/version.rb index aec0d02..bba2ace 100644 --- a/lib/draper/version.rb +++ b/lib/draper/version.rb @@ -1,3 +1,3 @@ module Draper - VERSION = "1.4.0" + VERSION = "2.0.0" end