From 8847cff8197f1a62c9b4b9cd5e18b465f665aa82 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 29 Aug 2021 22:23:45 +0200 Subject: [PATCH] build: doxygen updated to 1.9.2 --- conanfile.py | 2 +- docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conanfile.py b/conanfile.py index 83df621e..80e3a1a0 100644 --- a/conanfile.py +++ b/conanfile.py @@ -77,7 +77,7 @@ class UnitsConan(ConanFile): self.build_requires("catch2/2.13.4", force_host_context=True) self.build_requires("linear_algebra/0.7.1@conan-oss/stable", force_host_context=True) if self.options.build_docs: - self.build_requires("doxygen/1.9.1") + self.build_requires("doxygen/1.9.2") def validate(self): compiler = self.settings.compiler diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 220030e1..877b07d7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -5,7 +5,7 @@ - refactor: `quantity` `op+()` and `op-()` reimplemented in terms of `reference` rather then `quantity` types - (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock` - fix: account for different dimensions in `quantity_point_cast`'s constraint - - build: doxygen updated to 1.9.1 + - build: doxygen updated to 1.9.2 - build: linear_algebra updated to 0.7.1 - **0.7.0 May 11, 2021**