Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jan 7, 2025
1 parent 0a9e1f7 commit 14b2a81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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.1...master)
- **Unreleased** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.1.0...master)
- Nothing yet

- **v5.1.0** - [View Diff](https://github.com/westonganger/spreadsheet_architect/compare/v5.0.1...v5.1.0)
- [#68](https://github.com/westonganger/spreadsheet_architect/pull/68) - Require `caxlsx` v4.0 or greater (to support frozen_string_literal) and remove version locking for `rodf`
- [#64](https://github.com/westonganger/spreadsheet_architect/pull/64) - Explicitly list `csv` gem as a dependency to better support Ruby 3.4

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.1".freeze
VERSION = "5.1.0".freeze
end

0 comments on commit 14b2a81

Please sign in to comment.