From 559e391cd182599448121a528b8f4b94fda3660d Mon Sep 17 00:00:00 2001 From: John McNamara Date: Sun, 19 Jan 2020 16:27:05 +0000 Subject: [PATCH] Prep for release 0.9.4. --- Changes.txt | 7 +++++++ include/xlsxwriter.h | 4 ++-- libxlsxwriter.podspec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes.txt b/Changes.txt index a0c7578f..ce17dfee 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,13 @@ @page changes Changes +## 0.9.4 January 19 2019 + +- Added option to specify worksheet "object positioning" for images and charts + to define how they move or size with underlying cells. See @ref + ww_object_position_options and @ref working_with_object_positioning. + + ## 0.9.3 January 13 2019 - Fix Xcode/Cocoapods build warnings. diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index f84d45f5..84cd3675 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -18,7 +18,7 @@ #include "xlsxwriter/format.h" #include "xlsxwriter/utility.h" -#define LXW_VERSION "0.9.3" -#define LXW_VERSION_ID 93 +#define LXW_VERSION "0.9.4" +#define LXW_VERSION_ID 94 #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 27a9600f..7bfa0e83 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "0.9.3" + s.version = "0.9.4" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.8"