build: doxygen updated to 1.9.2

This commit is contained in:
Mateusz Pusz
2021-08-29 22:23:45 +02:00
parent 64edac75a7
commit 8847cff819
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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**