Skip to content

Commit

Permalink
Release 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier committed Jul 14, 2024
1 parent 6a4b4e0 commit 7c67dea
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.7] - 2024-07-14

- Fix issue with some empty cell elements being returned as `:expect_formula`, they are now returned as empty strings

## [0.8.6] - 2024-06-28

- Fix handling of cell type/style when some cell elements were missing attributes
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.6",
version: "0.8.7",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 7c67dea

Please sign in to comment.