Skip to content

Commit

Permalink
Prep to release 0.3.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 authored Nov 2, 2019
1 parent 12eda19 commit 57da0e8
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 15 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

## Unreleased

## v0.3

- Add support for async logger. This fixes
([#44](https://github.com/guangie88/spdlog_setup/issues/44))
- This makes logger accepts `type`, which takes in `sync` or `async`.
`sync` is default. Refer to the README for more details.
`sync` is default. Refer to example in [README](README.md) for more details.
- Change support to `spdlog` `v1.y.z` tag release, currently tested all `v1.0.0`
to `v1.3.1` to be working. This fixes
([#26](https://github.com/guangie88/spdlog_setup/issues/26)).
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.0-pre.{build}
version: 0.3.0.{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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#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.0-pre
* @version 0.3.0
*/

#pragma once
Expand Down

0 comments on commit 57da0e8

Please sign in to comment.