Prep for release 0.2.8.

This commit is contained in:
John McNamara 2015-12-22 01:10:16 +00:00
parent 130b364fd4
commit 377635f655
3 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@
@page changes Changes
## 0.2.8 December 22 2015
- Added `worksheet_set_default_row()` function to allow setting of default row
height and hiding unused rows. See the @ref hide_row_col.c example.
## 0.2.7 December 21 2015

View File

@ -18,6 +18,6 @@
#include "xlsxwriter/format.h"
#include "xlsxwriter/utility.h"
#define LXW_VERSION "0.2.7"
#define LXW_VERSION "0.2.8"
#endif /* __LXW_XLSXWRITER_H__ */

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libxlsxwriter"
s.version = "0.2.7"
s.version = "0.2.8"
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
s.ios.deployment_target = "6.0"
s.osx.deployment_target = "10.8"