mirror of
https://github.com/jmcnamara/libxlsxwriter
synced 2025-03-28 21:13:14 +00:00
Prep for release 0.5.6.
This commit is contained in:
parent
50fce5f3c3
commit
f5ce952b68
@ -1,6 +1,13 @@
|
||||
/**
|
||||
@page changes Changes
|
||||
|
||||
|
||||
## 0.5.6 January 11 2017
|
||||
|
||||
- Added `chart_axis_set_interval_unit()` and `chart_axis_set_interval_tick()`
|
||||
functions to adjust category axis intervals.
|
||||
|
||||
|
||||
## 0.5.5 January 10 2017
|
||||
|
||||
- Added `chart_axis_set_major_unit()` and `chart_axis_set_minor_unit()` to set
|
||||
|
@ -24,7 +24,7 @@ It supports features such as:
|
||||
- Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
|
||||
- FreeBSD license.
|
||||
- ANSI C.
|
||||
- Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
- Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
- Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin.
|
||||
- Compiles for 32 and 64 bit.
|
||||
- The only dependency is on `zlib`.
|
||||
|
@ -24,7 +24,7 @@ features such as:
|
||||
- Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
|
||||
- FreeBSD @ref license.
|
||||
- ANSI C.
|
||||
- Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
- Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
- Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin.
|
||||
- Compiles for 32 and 64 bit.
|
||||
- The only dependency is on `zlib`.
|
||||
|
@ -18,6 +18,6 @@
|
||||
#include "xlsxwriter/format.h"
|
||||
#include "xlsxwriter/utility.h"
|
||||
|
||||
#define LXW_VERSION "0.5.5"
|
||||
#define LXW_VERSION "0.5.6"
|
||||
|
||||
#endif /* __LXW_XLSXWRITER_H__ */
|
||||
|
@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "libxlsxwriter"
|
||||
s.version = "0.5.5"
|
||||
s.version = "0.5.6"
|
||||
s.summary = "Libxlsxwriter: A C library for creating Excel XLSX files."
|
||||
s.ios.deployment_target = "6.0"
|
||||
s.osx.deployment_target = "10.8"
|
||||
@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
||||
* Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).
|
||||
* FreeBSD license.
|
||||
* ANSI C.
|
||||
* Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
* Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
|
||||
* Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows. Also works on MSYS/MSYS2 and Cygwin.
|
||||
* Compiles for 32 and 64 bit.
|
||||
* The only dependency is on `zlib`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user