Skip to content

Commit

Permalink
Merge branch 'release/v0.1.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
runeimp committed Nov 28, 2019
2 parents a5c110b + 96b09c7 commit a42557f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
14 changes: 4 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
Templar ChangeLog
=================

v2.0.2
v0.1.1
------

* Updated dot files and docs
1. Updated docs
2. Updated distribution release scripting


v2.0.1
------

* Updated dot files
* Added ChangeLog


v2.0.0
v0.1.0
------

New version based on Mustache templating and written in Go. :-D
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ dist-release:
echo "WARNING: Do you need to tag a new release first?"
echo "A directory already exists for templar_${ver}"
else
echo mkdir -p "distro/templar_${ver}"
mkdir -p "distro/templar_${ver}"
cd dist
echo mv *.{deb,gz,md,rpm,txt,yaml,zip} ../distro/templar_${ver}/
mv *.{deb,gz,md,rpm,txt,yaml,zip} ../distro/templar_${ver}/
fi

# Distribution Tester
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Templar
=======

Templar Command Line Tool v2.0.0
Templar Library v0.1.0
Templar Command Line Tool v2.0.0
Templar Library v0.1.1

Command line templating system written in Go. Though the initial idea was written in BASH. And that was cool; but that version had serious limitations as well. Go to the rescue!

Expand Down
2 changes: 1 addition & 1 deletion templar.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const (
Name = "Templar"

// Version denotes the library version
Version = "0.1.0"
Version = "0.1.1"
)

/*
Expand Down

0 comments on commit a42557f

Please sign in to comment.