From fb84d514e39e020ae9773ee280f975f921b38337 Mon Sep 17 00:00:00 2001 From: John McNamara Date: Fri, 28 May 2021 16:05:13 +0100 Subject: [PATCH] Prep for release 1.0.6. --- Changes.txt | 6 ++++++ include/xlsxwriter.h | 4 ++-- libxlsxwriter.podspec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes.txt b/Changes.txt index a8d6ff0c..fc61bc16 100644 --- a/Changes.txt +++ b/Changes.txt @@ -2,6 +2,12 @@ @page changes Changes +## 1.0.6 May 28 2021 + +- Added support for using OpenSSL MD5 functions instead of built in third + party library. See @ref gsg_md5. + + ## 1.0.5 May 13 2021 - Added support for worksheet background images via diff --git a/include/xlsxwriter.h b/include/xlsxwriter.h index 6bc5cebd..e1b7585b 100644 --- a/include/xlsxwriter.h +++ b/include/xlsxwriter.h @@ -18,7 +18,7 @@ #include "xlsxwriter/format.h" #include "xlsxwriter/utility.h" -#define LXW_VERSION "1.0.5" -#define LXW_VERSION_ID 105 +#define LXW_VERSION "1.0.6" +#define LXW_VERSION_ID 106 #endif /* __LXW_XLSXWRITER_H__ */ diff --git a/libxlsxwriter.podspec b/libxlsxwriter.podspec index 72224aa1..ad9d560c 100644 --- a/libxlsxwriter.podspec +++ b/libxlsxwriter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "libxlsxwriter" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files." s.ios.deployment_target = "8.0" s.osx.deployment_target = "10.8"