Skip to content

Commit

Permalink
Prep for release 0.9.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Jan 13, 2020
1 parent 9be5328 commit bbfea4c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 6 additions & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
2 changes: 2 additions & 0 deletions cocoapods/libxlsxwriter-umbrella.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
2 changes: 1 addition & 1 deletion libxlsxwriter.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit bbfea4c

Please sign in to comment.