Skip to content

Commit

Permalink
updated thing to tag release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertKoelman committed Apr 27, 2019
1 parent d315ccc commit a4907e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
2.0.1

2.1.0
- Fixed bugs : #77 #76 #73, #79, #80
2.0.0
- revisited the facility notion which was too specific (#41)
- use only english (#55)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.11)

project(
cpp-logger
VERSION 2.0.1
VERSION 2.1.0
DESCRIPTION "Simple C++ logger (${GIT_LOG})")

option(BUILD_TESTS "if set, then Unit tests are build" True)
Expand Down
1 change: 1 addition & 0 deletions include/logger/definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ namespace logger {
trace = LOG_TRACE //!< trace information (this is not part the standard)
};

//! Classes and definitions only related to syslog logging.
namespace syslog {

/** SysLog standard facility's codes */
Expand Down

0 comments on commit a4907e6

Please sign in to comment.