Skip to content

Commit

Permalink
Prep for release 0.0.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Apr 9, 2015
1 parent 0bc6eeb commit f536694
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
@page changes Changes


## 0.0.8 March 8 2015

- Added support for worksheet headers and footers via the
`worksheet_set_header()` and `worksheet_set_footer()` functions. See also
@ref headers_footers.c.


## 0.0.7 March 7 2015

- Added the `worksheet_merge_range()` method to merge worksheet cells. See
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.0.7"
#define LXW_VERSION "0.0.8"

#endif /* __LXW_XLSXWRITER_H__ */

0 comments on commit f536694

Please sign in to comment.