mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 1.0.4.
This commit is contained in:
parent
e3fb0e2c32
commit
b45ba65a06
@ -2,6 +2,11 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 1.0.4 May 8 2021
|
||||
|
||||
- Added support for GIF image files (and in Excel 365, animated GIF files).
|
||||
|
||||
|
||||
## 1.0.3 April 20 2021
|
||||
|
||||
- Added some fixes to make the library compile more cleanly as an R library.
|
||||
|
@ -12,6 +12,7 @@
|
||||
#import "drawing.h"
|
||||
#import "format.h"
|
||||
#import "hash_table.h"
|
||||
#import "metadata.h"
|
||||
#import "packager.h"
|
||||
#import "relationships.h"
|
||||
#import "shared_strings.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "1.0.3"
|
||||
#define LXW_VERSION_ID 103
|
||||
#define LXW_VERSION "1.0.4"
|
||||
#define LXW_VERSION_ID 104
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "1.0.3"
|
||||
s.version = "1.0.4"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "8.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user