Skip to content

Commit

Permalink
Prep for release 0.8.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 7, 2019
1 parent c00ebe8 commit 339c300
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
/**
@page changes Changes

## 0.8.6 April 7 2019

- Fixed issue where images that started in hidden rows/columns weren't placed
correctly in the worksheet.

- Fixed the mime-type reported by system `file(1)`. The mime-type reported
by "file --mime-type"/magic was incorrect for XlsxWriter files since it
expected the `[Content_types]` to be the first file in the zip container.


## 0.8.5 February 10 2019

Expand Down
2 changes: 1 addition & 1 deletion include/xlsxwriter.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"

#define LXW_VERSION "0.8.5"
#define LXW_VERSION "0.8.6"

#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.8.5"
s.version = "0.8.6"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"
Expand Down

0 comments on commit 339c300

Please sign in to comment.