Skip to content

Commit

Permalink
Prepare to release 0.3.1. (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangie88 authored Dec 26, 2020
1 parent bc674b4 commit 93591db
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.1-pre.{build}
version: 0.3.1.{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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#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.1-pre
* @version 0.3.1
*/

#pragma once
Expand Down

0 comments on commit 93591db

Please sign in to comment.