Skip to content

Commit

Permalink
Prep for release 0.9.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcnamara committed Aug 4, 2020
1 parent 2e6f3d7 commit a097804
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions Changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
@page changes Changes


## 0.9.7 August 3 2020

- Changed #lxw_chart_data_label field from `.delete` to `.hide` in order to
avoid reserved word conflict with C++.
Issue [#300][gh_300].

[gh_300]: https://github.com/jmcnamara/libxlsxwriter/issues/300


## 0.9.6 August 3 2020

- Added support for chart custom data labels. See @ref chart_custom_labels and
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 "0.9.6"
#define LXW_VERSION_ID 96
#define LXW_VERSION "0.9.7"
#define LXW_VERSION_ID 97

#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.9.6"
s.version = "0.9.7"
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 a097804

Please sign in to comment.