Skip to content

Commit

Permalink
Prepare 2.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Jun 27, 2020
1 parent 0ae98e3 commit bd7161e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 2.4.0 (2020-06-27)

- Allow writing worksheets without a block using add\_worksheet (#42, #45)
- Deprecate calling add\_worksheet with a block, use write\_worksheet instead (#45)
- Relax rubyzip development dependency to allow current version (#46)

## 2.3.0 (2019-11-27)

- Speed up date / time conversion to OA format (#39)
Expand Down
2 changes: 1 addition & 1 deletion lib/xlsxtream/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Xlsxtream
VERSION = '2.3.0'.freeze
VERSION = '2.4.0'.freeze
end

0 comments on commit bd7161e

Please sign in to comment.