hemplate

Simple XML template engine
git clone git://git.dimitrijedobrota.com/hemplate.git
Log | Files | Refs | README | LICENSE

commit e110ecd2946f29e9b761e672950aba4c1f1827f0
parent d1916ef95662ef9fcbe44582d569c7851b86833d
Author: Dimitrije Dobrota <mail@dimitrijedobrota.com>
Date:   Thu,  9 Jan 2025 20:15:59 +0100

Version 0.2

Diffstat:
MCMakeLists.txt | 2+-
MREADME.md | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -4,7 +4,7 @@ include(cmake/prelude.cmake) project( hemplate - VERSION 0.1.11 + VERSION 0.2.0 DESCRIPTION "Simple HTML template engine" HOMEPAGE_URL "https://git.dimitrijedobrota.com/hemplate.git" LANGUAGES CXX diff --git a/README.md b/README.md @@ -34,6 +34,8 @@ Refer to [GNU cgicc documentation](https://www.gnu.org/software/chicc/) ## Version History +- 0.2 + * Library works - 0.1 * Initial development phase * Getting a feel for the features and needs