Skip to content

Commit f5ce7cc

Browse files
committed
Version 0.3.2 number, changelog
1 parent 081ae79 commit f5ce7cc

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.3.2
2+
* Support for std::complex functions for some classes
3+
* Bugfix in DynamicSparseNumber*::operator[]
4+
* More unit tests
15
Version 0.3.1
26
* Better C++11/C++14 manual+auto configuration
37
* const-compatible DualNumberSurrogate copy constructor/assignment

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
0.3.1 -> 0.3.2
2+
* Support for std::complex functions for some classes
3+
* Bugfix in DynamicSparseNumber*::operator[]
4+
* More unit tests
5+
16
0.3.0 -> 0.3.1
27
* Better C++11/C++14 manual+auto configuration
38
* const-compatible DualNumberSurrogate copy constructor/assignment

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
dnl Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.61)
5-
AC_INIT(metaphysicl, 0.3.1, [email protected])
5+
AC_INIT(metaphysicl, 0.3.2, [email protected])
66
AC_CONFIG_MACRO_DIR([m4])
77

88
AC_CONFIG_HEADER(metaphysicl_config.h.tmp)

0 commit comments

Comments
 (0)