libfmt updated to 6.2.1

This commit is contained in:
Mateusz Pusz
2020-05-29 11:49:08 +02:00
parent fea072aeb5
commit 0dafb136cb
2 changed files with 2 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ class UnitsConan(ConanFile):
exports_sources = ["docs/*", "src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"] exports_sources = ["docs/*", "src/*", "test/*", "cmake/*", "example/*","CMakeLists.txt"]
settings = "os", "compiler", "build_type", "arch" settings = "os", "compiler", "build_type", "arch"
requires = ( requires = (
"fmt/6.2.0" "fmt/6.2.1"
) )
# scm = { # scm = {
# "type": "git", # "type": "git",

View File

@@ -2,6 +2,7 @@
- **0.6.0 WIP** - **0.6.0 WIP**
- linear_algebra updated to 0.7.0/testing - linear_algebra updated to 0.7.0/testing
- libfmt updated to 6.2.1
- Added angle as SI base dimension (thanks [@kwikius](https://github.com/kwikius)) - Added angle as SI base dimension (thanks [@kwikius](https://github.com/kwikius))
- Added STL random number distribution wrappers (thanks [@yasamoka](https://github.com/yasamoka)) - Added STL random number distribution wrappers (thanks [@yasamoka](https://github.com/yasamoka))
- `math.h` function signatures refactored to use a `Quantity` concept (thanks [@kwikius](https://github.com/kwikius)) - `math.h` function signatures refactored to use a `Quantity` concept (thanks [@kwikius](https://github.com/kwikius))