diff options
| author | Noel Peden <[email protected]> | 2020-12-07 23:19:53 -0800 |
|---|---|---|
| committer | Noel Peden <[email protected]> | 2020-12-07 23:19:53 -0800 |
| commit | 166a30d4913bf52e5b7b6c9c37d25a199475e9b6 (patch) | |
| tree | 98d7723cace5e90b6632572e057a2f965b6445fe | |
| parent | 7d47e7838efef03b8022b09484c46e7434edc1b6 (diff) | |
| download | caxlsx-166a30d4913bf52e5b7b6c9c37d25a199475e9b6.tar.gz caxlsx-166a30d4913bf52e5b7b6c9c37d25a199475e9b6.zip | |
Version bump to 3.0.3
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c69920a..2a2aba0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ CHANGELOG --------- - **Unreleased** + +- **December.7.20**: 3.0.3 - [PR #62](https://github.com/caxlsx/caxlsx/pull/62) - Fix edge cases in format detection for objects whose string representation made them look like numbers but the object didn’t respond to `#to_i` or `#to_f`. - [PR #56](https://github.com/caxlsx/caxlsx/pull/56) - Add `zip_command` option to `#serialize` for faster serialization of large Excel files by using a zip binary - [PR #54](https://github.com/caxlsx/caxlsx/pull/54) - Fix type detection for floats with out-of-rage exponents diff --git a/lib/axlsx/version.rb b/lib/axlsx/version.rb index eadd9e54..0731798b 100644 --- a/lib/axlsx/version.rb +++ b/lib/axlsx/version.rb @@ -1,5 +1,5 @@ module Axlsx # The current version - VERSION = "3.0.2" + VERSION = "3.0.3" end |
