We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a32a4da commit 81e6521Copy full SHA for 81e6521
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## [0.8.5] - 2024-06-02
9
10
- Handle files without shared strings or styles relationships.
mix.exs
@@ -4,7 +4,7 @@ defmodule XlsxReader.MixProject do
def project do
[
app: :xlsx_reader,
- version: "0.8.5",
+ version: "0.8.6",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments