We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d84138 commit 5411eefCopy full SHA for 5411eef
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [0.8.9] - 2025-11-09
4
+
5
+- OTP 28 compatibility
6
+- Handle formulas with cached results
7
+- Handle cells with empty `<v>` elements
8
+- Handle relationships with targets given as absolute path
9
10
## [0.8.8] - 2025-03-01
11
12
- Relax `:saxy` dependency
mix.exs
@@ -4,7 +4,7 @@ defmodule XlsxReader.MixProject do
def project do
[
app: :xlsx_reader,
- version: "0.8.8",
+ version: "0.8.9",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
0 commit comments