Skip to content

Commit

Permalink
bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 22, 2018
1 parent 3363f12 commit c5688fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion loguru.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Website: www.ilikebigbits.com
* Version 1.7.1 - 2018-04-05 - Add function get_fatal_handler
* Version 1.7.2 - 2018-04-22 - Fix a bug where large file names could cause stack corruption (thanks @ccamporesi)
* Version 1.8.0 - 2018-04-23 - Shorten long file names to keep preamble fixed width
* Version 1.9.0 - 2018-09-22 - Adjust terminal colors, add LOGURU_VERBOSE_SCOPE_ENDINGS, add LOGURU_SCOPE_TIME_PRECISION, add named log levels
# Compiling
Just include <loguru.hpp> where you want to use Loguru.
Expand Down Expand Up @@ -184,7 +185,7 @@ Website: www.ilikebigbits.com

// Semantic versioning. Loguru version can be printed with printf("%d.%d.%d", LOGURU_VERSION_MAJOR, LOGURU_VERSION_MINOR, LOGURU_VERSION_PATCH);
#define LOGURU_VERSION_MAJOR 1
#define LOGURU_VERSION_MINOR 8
#define LOGURU_VERSION_MINOR 9
#define LOGURU_VERSION_PATCH 0

#if defined(_MSC_VER)
Expand Down

0 comments on commit c5688fa

Please sign in to comment.