mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.4.5.
This commit is contained in:
parent
915cc66c45
commit
a9802c243e
4
.indent.pro
vendored
4
.indent.pro
vendored
@ -52,10 +52,10 @@
|
||||
-T lxw_chart_fill
|
||||
-T lxw_chart_font
|
||||
-T lxw_chart_legend
|
||||
-T lxw_chart_legend_postions
|
||||
-T lxw_chart_legend_position
|
||||
-T lxw_chart_series
|
||||
-T lxw_chart_title
|
||||
-T lxw_chart_types
|
||||
-T lxw_chart_type
|
||||
-T lxw_col_options
|
||||
-T lxw_col_t
|
||||
-T lxw_color_t
|
||||
|
@ -1,8 +1,14 @@
|
||||
/**
|
||||
@page changes Changes
|
||||
|
||||
## 0.4.4 December 30 2016
|
||||
|
||||
## 0.4.5 December 31 2016
|
||||
|
||||
- Added functions to set chart legend properties: see `chart_legend_set_position()`,
|
||||
`chart_legend_set_font()` and `chart_legend_delete_series()`.
|
||||
|
||||
|
||||
## 0.4.4 December 30 2016
|
||||
- Added chart fonts. See `chart_axis_set_name_font()`, `chart_axis_set_num_font()`,
|
||||
`chart_title_set_name_font()` and @ref chart_fonts.
|
||||
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.4.4"
|
||||
#define LXW_VERSION "0.4.5"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.4.4"
|
||||
s.version = "0.4.5"
|
||||
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