Skip to content

Commit

Permalink
Prep for release 1.0.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed May 7, 2021
1 parent e3fb0e2 commit b45ba65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions cocoapods/libxlsxwriter-umbrella.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
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 "1.0.3"
#define LXW_VERSION_ID 103
#define LXW_VERSION "1.0.4"
#define LXW_VERSION_ID 104

#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 = "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"
Expand Down

0 comments on commit b45ba65

Please sign in to comment.