Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Feb 12, 2021
1 parent 9e1aa13 commit 0bb1fb7
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
31 changes: 31 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
**********
Change-log
**********

v1.3.0
======

* Adding readthedocs support

* Adding link

* Starting simple Sphinx docs

* Automatic upload doxygen output to GH pages

* Adding doxygen documentation

* Removing Travis and Appveyor CI: Replaced by GH actions (#30)

* Adding unit tests & GitHub CI (#28)

* Map colormap on data (#26)

* Extending tests (#21)

- Extending tests
- Using mamba for CI

* [docs] Updated readme (#19)

* [docs] Cropping image
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ cppcolormap
api_cpp.rst
api_python.rst

.. toctree::
:caption: DEVELOP
:maxdepth: 1

changelog.rst

Indices and tables
==================

Expand Down
2 changes: 1 addition & 1 deletion include/cppcolormap.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define CPPCOLORMAP_H

#define CPPCOLORMAP_VERSION_MAJOR 1
#define CPPCOLORMAP_VERSION_MINOR 2
#define CPPCOLORMAP_VERSION_MINOR 3
#define CPPCOLORMAP_VERSION_PATCH 0

#define CPPCOLORMAP_VERSION_AT_LEAST(x,y,z) \
Expand Down

0 comments on commit 0bb1fb7

Please sign in to comment.