Skip to content

Commit

Permalink
Version bump to
Browse files Browse the repository at this point in the history
  • Loading branch information
fadado committed Apr 17, 2017
1 parent 0b8feaa commit be85977
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 4 deletions.
41 changes: 41 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
Version :
- Created jqt.make
- Migrated generation to jq
- Implementing external jq
- Started blog
- Segregated layouts
- Changed top level object name
- Introspected menu
- Some renaming
- Generated sitemap
- Completed makefile modules
- Rules generated introspecting
- Generated makefile for extra dependencies
- Renamed make modules
- Generated JSON for pages
- More modules at make.d
- use addsuffix function
- Enabled second expansion
- Generate site.json
- New name inside introspect
- Renaming macros
- Exploring introspection
- New target "metadata"
- Protected target clobber
- Implemented default globals
- Make files reorganized
- Makefile subdivided in fragments
- Added favicon
- General solution for assets
- Big makefile reorganization
- New styles organization
- Better filenames
- Restructuring docs
- Merge branch 'mac'
- New tests
- Content macros moved
- New tests
- Moved install documentation
- Created directory for macros
- Enhanced README

Version 0.5.0:
- Version bump to 0.5.0
- Segregated common macros library
Expand Down
1 change: 0 additions & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
0.5.0
4 changes: 2 additions & 2 deletions bin/jqt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# jqt - jq based web template engine

declare -r VERSION='0.5.0''0.4.0'
declare -r VERSION='''0.5.0''0.4.0'
declare -r DATADIR='/usr/local/share'

declare -r SELF=${0##*/}
Expand Down Expand Up @@ -529,7 +529,7 @@ function usage
function help
{
cat <<'EOF'
jqt - jq based web template engine [version 0.5.0]
jqt - jq based web template engine [version ]
Usage: jqt [-h | --help | -p | -V | --version]
jqt [options] < infile > result
jqt [options] infile > result
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
include make.d/prelude.make

# jqt version
Version := 0.5.0
Version :=

# Metadata directory
Metadata := .meta
Expand Down

0 comments on commit be85977

Please sign in to comment.