Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Sep 15, 2018
1 parent 14c96f4 commit 6b7ac06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CHANGELOG
---------

- **3.2.0** - UNRELEASED
- **3.2.0** - September 14, 2018
- Change implementation of `:column_styles` option to utilize `axlsx_styler` instead of the built-in axlsx `col_style` method. The reason for the switch is that `col_style` would overwrite all previously set styles. `axlsx_styler` already has the ability to add onto existing styles and is what is currently utilized by `range_styles`.
- Date / Time formatting is now set per cell instead of on the entire column.
- Default Date formatting for `xlsx` changed from `m/d/yyyy` to `yyyy-mm-dd`
Expand Down
2 changes: 1 addition & 1 deletion lib/spreadsheet_architect/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SpreadsheetArchitect
VERSION = "3.1.0"
VERSION = "3.2.0"
end

0 comments on commit 6b7ac06

Please sign in to comment.