Skip to content

Commit

Permalink
Release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier committed Oct 15, 2023
1 parent 938c748 commit 8d025e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.7.0] - 2023-10-15

- Improve ZIP file error handling
- Update Saxy XML parser
- Improve UTF-16 support

## [0.6.0] - 2022-10-30

- Update Saxy XML parser
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `xlsx_reader` as a dependency in your `mix.exs`:
```elixir
def deps do
[
{:xlsx_reader, "~> 0.6.0"}
{:xlsx_reader, "~> 0.7.0"}
]
end
```
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.6.0",
version: "0.7.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 8d025e3

Please sign in to comment.