hemplate

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

commite110ecd2946f29e9b761e672950aba4c1f1827f0
parentd1916ef95662ef9fcbe44582d569c7851b86833d
authorDimitrije Dobrota <mail@dimitrijedobrota.com>
dateThu, 9 Jan 2025 19:15:59 +0100

Version 0.2

Diffstat:
MCMakeLists.txt|+-
MREADME.md|++

2 files changed, 3 insertions(+), 1 deletions(-)


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