hemplateSimple XML template engine |
git clone git://git.dimitrijedobrota.com/hemplate.git |
Log | Files | Refs | README | LICENSE | HACKING | CONTRIBUTING | CODE_OF_CONDUCT | BUILDING |
commit | 75399e4340eb97655444be98f94bc795ed5285a8 |
parent | 34439c093d3175026fa5cf026b6a28356fe60fef |
author | Dimitrije Dobrota < mail@dimitrijedobrota.com > |
date | Fri, 18 Apr 2025 15:43:16 +0200 |
Version 0.3
M | CMakeLists.txt | | | + - |
M | README.md | | | + - |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ CMakeLists.txt b/ CMakeLists.txt
@@ -4,7 +4,7 @@
include(cmake/prelude.cmake)
project(
hemplate
VERSION 0.2.2
VERSION 0.3.0
DESCRIPTION "Simple HTML template engine"
HOMEPAGE_URL "https://git.dimitrijedobrota.com/hemplate.git"
LANGUAGES CXX
diff --git a/ README.md b/ README.md
@@ -35,7 +35,7 @@
Refer to [GNU cgicc documentation](https://www.gnu.org/software/chicc/)
## Version History
- 0.2
* Library works
- * Add time format functions
- 0.1
* Initial development phase
* Getting a feel for the features and needs