Skip to content

Commit

Permalink
Prepare to release 0.3.2. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 authored Dec 27, 2020
1 parent a991861 commit 91ecd72
Show file tree
Hide file tree
Showing 15 changed files with 21 additions and 14 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## v0.3.2

- Add support for stderr sinks
([#63](https://github.com/guangie88/spdlog_setup/pull/63))
- Add support for setting logging flush level
([#62](https://github.com/guangie88/spdlog_setup/pull/62))

## v0.3.1

- Add option for CMake to target and link only `spdlog` headers
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.3.2-pre.{build}
version: 0.3.2.{build}

image:
- Visual Studio 2015
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/conf.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of public facing functions in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/conf_impl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of non-public facing functions in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/setup_error.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of setup_error in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion include/spdlog_setup/details/template_impl.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Implementation of the mini template engine in spdlog_setup.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/conf.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/examples.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/loggers.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/loggers.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/others.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#define CATCH_CONFIG_MAIN
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/sinks.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/sinks.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/thread_pool.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#include "catch.hpp"
Expand Down
2 changes: 1 addition & 1 deletion src/unit_test/thread_pool.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Unit tests implementation.
* @author Chen Weiguang
* @version 0.3.2-pre
* @version 0.3.2
*/

#pragma once
Expand Down

0 comments on commit 91ecd72

Please sign in to comment.