Skip to content

Commit 81e6521

Browse files
committed
Release 0.8.6
1 parent a32a4da commit 81e6521

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [0.8.6] - 2024-06-28
4+
5+
- Fix handling of cell type/style when some cell elements were missing attributes
6+
- Handle date and datetime values encoded as numeric cell types
7+
38
## [0.8.5] - 2024-06-02
49

510
- Handle files without shared strings or styles relationships.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule XlsxReader.MixProject do
44
def project do
55
[
66
app: :xlsx_reader,
7-
version: "0.8.5",
7+
version: "0.8.6",
88
elixir: "~> 1.10",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)