Version 0.3
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
@@ -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
@@ -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