Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 17, 2016
1 parent 80f773a commit 8106abc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

v0.4.0 / 2016-01-17
===================

* add help command, pulling data from wiki. Closes #74
* add project nameTemplate support. Closes #73
* add python example
* add --env flag back
* add --dry-run. Closes #47
* add function name inference
* add runtime inference
* add function config inheritance from project config
* change logger to use cli handler

v0.3.0 / 2016-01-09
===================

Expand Down
2 changes: 1 addition & 1 deletion cmd/apex/apex.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
"github.com/tj/docopt"
)

var version = "0.3.0"
var version = "0.4.0"

const usage = `
Usage:
Expand Down

0 comments on commit 8106abc

Please sign in to comment.