diff --git a/conanfile.py b/conanfile.py index 33c6d669..e3f2cbd8 100644 --- a/conanfile.py +++ b/conanfile.py @@ -75,7 +75,7 @@ class UnitsConan(ConanFile): def build_requirements(self): if self._run_tests: self.build_requires("catch2/2.13.4") - self.build_requires("linear_algebra/0.7.0@conan-oss/stable") + self.build_requires("linear_algebra/0.7.1@conan-oss/stable") if self.options.build_docs: self.build_requires("doxygen/1.9.1") diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0cefc9de..dd533d76 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,7 @@ - **0.8.0 WIP** - build: doxygen updated to 1.9.1 + - build: linear_algebra updated to 0.7.1 - **0.7.0 May 11, 2021** - (!) refactor: `ScalableNumber` renamed to `Representation`