mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.8.1.
This commit is contained in:
parent
4a67554236
commit
cac695482a
@ -2,6 +2,15 @@
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.8.1 September 13 2018
|
||||
|
||||
- Fix for chartsheet and worksheet ordering issue.
|
||||
|
||||
- Added new chartsheet functionality: `chartsheet_protect()`,
|
||||
`chartsheet_hide()`, `chartsheet_select()`, and
|
||||
`chartsheet_set_first_sheet()`.
|
||||
|
||||
|
||||
## 0.8.0 September 12 2018
|
||||
|
||||
- Added chartsheet support. A chartsheet is a type of worksheet that only
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.8.0"
|
||||
#define LXW_VERSION "0.8.1"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.8.0"
|
||||
s.version = "0.8.1"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "6.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
|
Loading…
x
Reference in New Issue
Block a user