mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.9.2.
This commit is contained in:
parent
9be53288e9
commit
bbfea4c901
@ -2,7 +2,12 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.9.0 December 26 2019
|
||||
## 0.9.2 January 13 2019
|
||||
|
||||
- Added support for writing cell comments, see @ref working_with_comments.
|
||||
|
||||
|
||||
## 0.9.1 December 26 2019
|
||||
|
||||
- Fix to missing MD5 linkage in Cocoapod file.
|
||||
Issue [#259][gh_259].
|
||||
|
@ -4,6 +4,7 @@
|
||||
#import "app.h"
|
||||
#import "chart.h"
|
||||
#import "chartsheet.h"
|
||||
#import "comment.h"
|
||||
#import "common.h"
|
||||
#import "content_types.h"
|
||||
#import "core.h"
|
||||
@ -23,6 +24,7 @@
|
||||
#import "third_party/tree.h"
|
||||
#import "third_party/zip.h"
|
||||
#import "utility.h"
|
||||
#import "vml.h"
|
||||
#import "workbook.h"
|
||||
#import "worksheet.h"
|
||||
#import "xmlwriter.h"
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.9.1"
|
||||
#define LXW_VERSION_ID 91
|
||||
#define LXW_VERSION "0.9.2"
|
||||
#define LXW_VERSION_ID 92
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.9.1"
|
||||
s.version = "0.9.2"
|
||||
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