mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-21 06:45:21 -06:00
Prep for release 1.0.6.
This commit is contained in:
parent
7eacdb47f9
commit
fb84d514e3
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__ */
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue