Skip to content

Commit

Permalink
v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jul 23, 2024
1 parent 9727299 commit 74b070c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
CHANGELOG
---------

- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.0...master)
- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.1...master)
- Nothing yet

- **v5.0.1** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.0...v5.0.1)
- [#53](https://github.com/westonganger/spreadsheet_architect/pull/53) - Remove legacy string_width patch for axlsx 3.1 and below
- [#57](https://github.com/westonganger/spreadsheet_architect/pull/57) - Fix typo in error message for `:conditional_row_styles`

Expand All @@ -26,7 +29,7 @@ CHANGELOG
- Raise ArgumentError when invalid option names are given

- **4.0.1** - Nov 20, 2020 - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v4.0.0...v4.0.1)
- Fix bug with `headers: false` where a blank header row is still added
- Fix bug with `headers: false` where a blank header row is still added
- Fix Bug for older version of `caxlsx` v2.0.2

- **4.0.0** - Mar 3, 2020 - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v3.3.1...v4.0.0)
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 = "5.0.0"
VERSION = "5.0.1".freeze
end

0 comments on commit 74b070c

Please sign in to comment.