diff options
| -rw-r--r-- | CHANGELOG.md | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lib/axlsx/version.rb | 2 |
3 files changed, 5 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 @@ -1,5 +1,7 @@ # Caxlsx (Community Continued Version) [](https://travis-ci.com/caxlsx/caxlsx) +[](http://badge.fury.io/rb/caxlsx) ## Notice: Community Axlsx Organization 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 |
