Skip to content

Commit

Permalink
Merge pull request #178 from alphagov/release_0-16-0
Browse files Browse the repository at this point in the history
Release 0.16.0
  • Loading branch information
dsingleton committed Sep 22, 2015
2 parents 72ae7e8 + 5d76c18 commit 8fa253f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.16.0

- Add Django template

# 0.15.1

- Fix copyright logo in Ruby version
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ At present this generates 9 output formats:
7. a tarball containing plain HTML and assets
8. a tarball containing EJS (Embedded JavaScript) templates
9. a JAR file containing assets (but no templates) structured as per [WebJars](http://www.webjars.org/)
10. a tarball containing Django templates

### Gem version

Expand Down Expand Up @@ -72,6 +73,10 @@ To generate the folder of Embedded JavaScript templates run `bundle exec rake bu

To generate a JAR file of assets in WebJar format run `bundle exec rake build:webjar`. This will produce a JAR file in the `pkg` directory.

### Django version

To generate the folder of Django templates run `bundle exec rake build:django`. This will produce a tarball in the `pkg` directory.

## Publishing

Accepted contributions (pull requests merged into master) will run builds for the Gem, Play and Mustache versions. These will then update the following:
Expand Down
2 changes: 1 addition & 1 deletion lib/govuk_template/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module GovukTemplate
VERSION = "0.15.1"
VERSION = "0.16.0"
end

0 comments on commit 8fa253f

Please sign in to comment.