Skip to content

Commit

Permalink
Prep for release 0.8.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Sep 16, 2018
1 parent f44437a commit 2aa2ed3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
@page changes Changes


## 0.8.2 September 16 2018

- Added new chartsheet functionality: `chartsheet_set_tab_color()`, and
`chartsheet_set_zoom()`.


## 0.8.1 September 15 2018

- Fix for chartsheet and worksheet ordering issue.

- Added new chartsheet functionality: `chartsheet_protect()`,
`chartsheet_hide()`, `chartsheet_select()`, and
`chartsheet_hide()`, `chartsheet_select()` and
`chartsheet_set_first_sheet()`.


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.1"
#define LXW_VERSION "0.8.2"

#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.1"
s.version = "0.8.2"
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 2aa2ed3

Please sign in to comment.