Skip to content

Commit

Permalink
Release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier committed Apr 19, 2024
1 parent 01c3677 commit 0741411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.8.3] - 2024-04-19

- Improve handling of UTF-8/16/32 encoding

## [0.8.2] - 2024-04-06

- Add `exclude_hidden_sheets?` option
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule XlsxReader.MixProject do
def project do
[
app: :xlsx_reader,
version: "0.8.2",
version: "0.8.3",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0741411

Please sign in to comment.