From 9c9a009d140fa68b8e98a4b7d151cd4f9e2ed56f Mon Sep 17 00:00:00 2001 From: John McNamara Date: Tue, 18 Jun 2024 20:42:51 +0100 Subject: [PATCH] release: 0.68.0 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8482627b..39a2cf27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/jmcnamara/rust_xlsxwriter" keywords = ["excel", "xlsx"] readme = "README.md" license = "MIT OR Apache-2.0" -version = "0.67.0" +version = "0.68.0" edition = "2021" rust-version = "1.73.0" # For zip.rs compatibility. diff --git a/README.md b/README.md index 85823a38..5ba143e5 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,9 @@ frequently. Recent changes: +- Added support for links in images. - Added support for combined charts and chart secondary axes. - Added support for worksheet sparklines. -- Added support for Excel 365 embedded worksheet images. See the full [Release Notes and Changelog].