Skip to content

Commit

Permalink
Merge pull request #499 from webit-de/release-4.2.0
Browse files Browse the repository at this point in the history
Release v4.2.0
  • Loading branch information
apotonick authored Aug 10, 2023
2 parents 26ddc43 + 86a8f42 commit b5ceeaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/cell/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cell
VERSION = "4.5.0"
VERSION = "4.2.0"
end

0 comments on commit b5ceeaa

Please sign in to comment.