From 86a8f428beeef3089b26265c93b186e76ada03aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Richard=20B=C3=B6hme?= Date: Thu, 9 Jun 2022 09:02:20 +0200 Subject: [PATCH] Release v4.2.0 --- CHANGES.md | 15 ++++++++------- lib/cell/version.rb | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 34dad29e..8bd0d906 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,11 @@ -## 4.5.0 - -* Drop support for rubies prior 2.2.10 - -## 4.1.8 - -* Fix ruby warning with undefined instance variable in codebase +## 4.2.0 + +* Add Ruby 3 support +* Use trailblazer-option over declarative-option and upgrade declarative-builder (#492) +* Use GitHub Actions over Travis as CI service +* Drop support for Rubies prior to 2.2.10 and remove custom OutputBuffer class (#475) +* Use Tilt::Cache instead of our own cache implementation (#470) +* Fix Ruby warning with undefined instance variables (#469) ## 4.1.7 diff --git a/lib/cell/version.rb b/lib/cell/version.rb index b3a0cd65..5868531c 100644 --- a/lib/cell/version.rb +++ b/lib/cell/version.rb @@ -1,3 +1,3 @@ module Cell - VERSION = "4.5.0" + VERSION = "4.2.0" end