Skip to content

Commit

Permalink
Prep for release 1.0.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed May 13, 2021
1 parent 5f3647f commit acc0640
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
@page changes Changes


## 1.0.5 May 13 2021

- Added support for worksheet background images via
`worksheet_set_background()`.


## 1.0.4 May 8 2021

- Added support for GIF image files (and in Excel 365, animated GIF files).
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.4"
#define LXW_VERSION_ID 104
#define LXW_VERSION "1.0.5"
#define LXW_VERSION_ID 105

#endif /* __LXW_XLSXWRITER_H__ */
2 changes: 1 addition & 1 deletion include/xlsxwriter/worksheet.h
Original file line number Diff line number Diff line change
Expand Up @@ -3176,7 +3176,7 @@ lxw_error worksheet_insert_image_buffer_opt(lxw_worksheet *worksheet,
* document. However, Microsoft recommends using a header image [to set a
* watermark][watermark]. The choice of method depends on whether you want the
* watermark to be visible in normal viewing mode or just when the file is
* printed. In XlsxWriter you can get the header watermark effect using
* printed. In libxlsxwriter you can get the header watermark effect using
* `worksheet_set_header()`:
*
* @code
Expand Down
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.4"
s.version = "1.0.5"
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 acc0640

Please sign in to comment.