Skip to content

Commit dfcee45

Browse files
authored
Update CHANGELOG.md to include 0.3.1 changes. (#66)
1 parent 93591db commit dfcee45

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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
@@ -24,7 +35,7 @@
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.
@@ -40,6 +51,6 @@
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.

0 commit comments

Comments
 (0)