Skip to content

Commit 5411eef

Browse files
committed
Release 0.8.9
1 parent 3d84138 commit 5411eef

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
310
## [0.8.8] - 2025-03-01
411

512
- Relax `:saxy` dependency

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.8",
7+
version: "0.8.9",
88
elixir: "~> 1.10",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps(),

0 commit comments

Comments
 (0)