Skip to content

Commit

Permalink
Updated with changes. Incremented version.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkottke committed Sep 10, 2021
1 parent cb4946a commit 4d0c9e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ execute_process(
COMMAND git rev-parse --short HEAD
OUTPUT_VARIABLE PROJECT_GITHASH
OUTPUT_STRIP_TRAILING_WHITESPACE)
set(PROJECT_VERSION "0.8.0")
set(PROJECT_VERSION "0.8.1")

# Global CMake options
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<<<<<<< HEAD
History
=======

v0.8.1 (2021-09-10)
-------------------
- Fixed: Changed to log-linear interpolatio of nonlinear properties. Previously
used cubic spline which causes problems for some models.

v0.8.0 (2020-03-17)
-------------------
- Improved: Modernized source code with clang-tidy
Expand Down

0 comments on commit 4d0c9e5

Please sign in to comment.