Skip to content

Commit 0bb1fb7

Browse files
committed
v1.3.0
1 parent 9e1aa13 commit 0bb1fb7

File tree

3 files changed

+38
-1
lines changed

3 files changed

+38
-1
lines changed

docs/changelog.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
**********
2+
Change-log
3+
**********
4+
5+
v1.3.0
6+
======
7+
8+
* Adding readthedocs support
9+
10+
* Adding link
11+
12+
* Starting simple Sphinx docs
13+
14+
* Automatic upload doxygen output to GH pages
15+
16+
* Adding doxygen documentation
17+
18+
* Removing Travis and Appveyor CI: Replaced by GH actions (#30)
19+
20+
* Adding unit tests & GitHub CI (#28)
21+
22+
* Map colormap on data (#26)
23+
24+
* Extending tests (#21)
25+
26+
- Extending tests
27+
- Using mamba for CI
28+
29+
* [docs] Updated readme (#19)
30+
31+
* [docs] Cropping image

docs/index.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ cppcolormap
1313
api_cpp.rst
1414
api_python.rst
1515

16+
.. toctree::
17+
:caption: DEVELOP
18+
:maxdepth: 1
19+
20+
changelog.rst
21+
1622
Indices and tables
1723
==================
1824

include/cppcolormap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#define CPPCOLORMAP_H
1111

1212
#define CPPCOLORMAP_VERSION_MAJOR 1
13-
#define CPPCOLORMAP_VERSION_MINOR 2
13+
#define CPPCOLORMAP_VERSION_MINOR 3
1414
#define CPPCOLORMAP_VERSION_PATCH 0
1515

1616
#define CPPCOLORMAP_VERSION_AT_LEAST(x,y,z) \

0 commit comments

Comments
 (0)