Commit f96eea60 authored by Michael Tesch's avatar Michael Tesch
Browse files

update README for 0.4.1

parent c7bbce57
Loading
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -84,8 +84,8 @@ to specify library dependencies:
  include(FetchContent)

  # Have CMake download the library
  set (CPPDUALS_TAG v0.4.0)
  set (CPPDUALS_MD5 ba131a667bd6dadf8c0d5f58eb28f327)
  set (CPPDUALS_TAG v0.4.1)
  set (CPPDUALS_MD5 7efe49496b8d0e3d3ffbcd3c68f542f3)
  FetchContent_Declare (cppduals
    URL https://gitlab.com/tesch1/cppduals/-/archive/${CPPDUALS_TAG}/cppduals-${CPPDUALS_TAG}.tar.bz2
    URL_HASH MD5=${CPPDUALS_MD5}
@@ -103,8 +103,8 @@ family of commands and modifying the global preprocessor search path:
  include(ExternalProject)

  # Have CMake download the library headers only
  set (CPPDUALS_TAG v0.4.0)
  set (CPPDUALS_MD5 ba131a667bd6dadf8c0d5f58eb28f327)
  set (CPPDUALS_TAG v0.4.1)
  set (CPPDUALS_MD5 7efe49496b8d0e3d3ffbcd3c68f542f3)
  ExternalProject_Add (cppduals
    URL https://gitlab.com/tesch1/cppduals/-/archive/${CPPDUALS_TAG}/cppduals-${CPPDUALS_TAG}.tar.bz2
    URL_HASH MD5=${CPPDUALS_MD5}
@@ -299,6 +299,12 @@ thus licensed under [MPL-2](http://www.mozilla.org/MPL/2.0/FAQ.html) .
ChangeLog
=========

v0.4.1
======

- changed constexpr to FMT_CONSTEXPR in the dual<> and complex<>
  formatters to work with more compilers / lang standards.

v0.4.0
======

@@ -308,7 +314,8 @@ v0.4.0
v0.3.3+
=======

- ignore these, will be, trying to cleanup release tarballs, next stable will be v0.4.0
- ignore these, will be, trying to cleanup release tarballs, next
  stable will be v0.4.0

v0.3.2
======