Skip to content

Commit

Permalink
Xsv 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martijn committed Dec 16, 2023
1 parent ef977b0 commit 96fedd0
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,6 +1,6 @@
# Xsv Changelog

## HEAD
## 1.3.0 2023-12-16

- Ruby 2.6 is no longer supported. Xsv is compatible with Ruby 2.7 through 3.3, latest JRuby, and latest TruffleRuby
- Easier access worksheets using `Xsv::Workbook#[]` and `Enumerable` methods on `Xsv::Workbook`. The old `sheets` and `sheet_by_name` method have been retained for backward compatibility.
Expand Down
2 changes: 1 addition & 1 deletion lib/xsv/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Xsv
VERSION = "1.2.1"
VERSION = "1.3.0"
end

0 comments on commit 96fedd0

Please sign in to comment.