File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v0.3.1
6+
7+ - Add option for CMake to target and link only ` spdlog ` headers
8+ ([ #61 ] ( https://github.com/guangie88/spdlog_setup/pull/61/ ) )
9+ - Fix [ #60 ] ( https://github.com/guangie88/spdlog_setup/issues/60 )
10+ - Add Windows ` msvc_sink ` support ([ #58 ] ( https://github.com/guangie88/spdlog_setup/pull/58 ) )
11+ - Fix loop not using const-ref to resolve compile errors on Xcode 12
12+ ([ #56 ] ( https://github.com/guangie88/spdlog_setup/pull/56 ) )
13+ - Add option for CMake to disable generation of install target
14+ ([ #51 ] ( https://github.com/guangie88/spdlog_setup/pull/51 ) )
15+
516## v0.3.0
617
718- Add support for async logger. This fixes
2435 - ` save_logger_to_file `
2536 - ` delete_logger_in_file `
2637
27- ## v0.2 (Tested to support ` v0.16.z ` to ` v0.17.0 ` )
38+ ## v0.2.0 (Tested to support ` v0.16.z ` to ` v0.17.0 ` )
2839
2940- Use ` spdlog_setup/conf.h ` instead of ` spdlog_setup.h ` . Reason for change is
3041 to allow inlining of ` cpptoml ` and ` fmt ` libraries.
4051 replaceable and likely to work if replaced with custom and newer versions,
4152 unless there are major API changes.
4253
43- ## v0.1
54+ ## v0.1.0
4455
4556- Basic implementation that reads from TOML configuration for set-up.
You can’t perform that action at this time.
0 commit comments