From aa02f1a0cb8fe22143604cbdc0810242e4d96001 Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Sat, 25 Jan 2020 09:21:55 -0800 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 3 ++- lib/axlsx_styler/version.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9daedce..69daf67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog -- **1.0.0 - UNRELEASED** +- **1.0.0 - January 5, 2020** + - Switch to the `caxlsx` gem (Community Axlsx) from the legacy unmaintained `axlsx` gem. Axlsx has had a long history of being poorly maintained so this community gem improves the situation. - Require Ruby 2.3+ - Improve Package and Styles monkey patches using `prepend` - Removed unnecessary module `AxlsxStyler::Axlsx` diff --git a/lib/axlsx_styler/version.rb b/lib/axlsx_styler/version.rb index 303d23f..234d109 100644 --- a/lib/axlsx_styler/version.rb +++ b/lib/axlsx_styler/version.rb @@ -1,3 +1,3 @@ module AxlsxStyler - VERSION = '0.2.0' + VERSION = '1.0.0' end