Skip to content

Commit

Permalink
4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow committed Apr 18, 2020
1 parent 0bab2b2 commit c66fdd8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions mustache.hpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests.cpp
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c66fdd8

Please sign in to comment.