From c66fdd87f01f0b2d1ba704192f27355b77746a5b Mon Sep 17 00:00:00 2001 From: Kevin Wojniak Date: Sat, 18 Apr 2020 09:49:08 -0700 Subject: [PATCH] 4.1 release --- LICENSE | 2 +- README.md | 4 ++++ mustache.hpp | 4 ++-- tests.cpp | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index 14e8aba..ab73955 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ Boost Software License - Version 1.0 -Copyright 2015-2019 Kevin Wojniak +Copyright 2015-2020 Kevin Wojniak Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by diff --git a/README.md b/README.md index e619221..5745702 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,10 @@ For Visual Studio 2015 (CMake 3.1+ required): ## Release Notes +#### 4.1 - April 18, 2020 + +* Fixed incorrect results when using lambda renderers + #### 4.0 - October 28, 2019 * Lines with sections that result in an empty line are removed, per the Mustache spec. diff --git a/mustache.hpp b/mustache.hpp index 7beb443..9ac404b 100644 --- a/mustache.hpp +++ b/mustache.hpp @@ -1,8 +1,8 @@ /* * Boost Software License - Version 1.0 * - * Mustache v4.0 - * Copyright 2015-2019 Kevin Wojniak + * Mustache v4.1 + * Copyright 2015-2020 Kevin Wojniak * * Permission is hereby granted, free of charge, to any person or organization * obtaining a copy of the software and accompanying documentation covered by diff --git a/tests.cpp b/tests.cpp index c656aae..48e9595 100644 --- a/tests.cpp +++ b/tests.cpp @@ -1,7 +1,7 @@ /* * Boost Software License - Version 1.0 * - * Copyright 2015-2019 Kevin Wojniak + * Copyright 2015-2020 Kevin Wojniak * * Permission is hereby granted, free of charge, to any person or organization * obtaining a copy of the software and accompanying documentation covered by