diff --git a/CHANGES b/CHANGES index fc8dd7b..08c7381 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,12 @@ +Version 0.3.0: + - New content model + - Managed YAML with MarkDown snippets + - New top level menu + - Generate man pages when install + - Added all MP modes + - Macros for CSS colors + - Refactoring makefiles + Version 0.2.0: - Finished site structure and minimal documentation - Better content sections diff --git a/VERSION b/VERSION index 341cf11..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file diff --git a/bin/jqt b/bin/jqt index ce8c328..86184ad 100755 --- a/bin/jqt +++ b/bin/jqt @@ -2,7 +2,7 @@ # jqt - jq based web template engine -declare -r VERSION='0.2.0' +declare -r VERSION='0.3.0' declare -r DATADIR='/usr/local/share' declare -r SELF=${0##*/}