Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

Commit

Permalink
Release v0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 14, 2017
1 parent f8709f6 commit 61c5639
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 15 deletions.
13 changes: 13 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

v0.16.0 / 2017-10-14
====================

* add `./vendor`
* refactor: move `process.env` out of the shim event handlers
* refactor shim, allowing for concurrent calls to handler (#822)
* remove analytics. Closes #777
* fix node runtime
* fix deploying java and clojure functions from zipfile (#820)
* fix #815 - clojure deployments being doubled by java plugin (#816)
* fix for issue #380 (#814)
* fix: move -C chdir flag check to beginning of preparation function. (#766)

v0.15.0 / 2017-06-11
====================

Expand Down
2 changes: 1 addition & 1 deletion cmd/apex/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// Version of program.
const Version = "0.15.0"
const Version = "0.16.0"

// Command config.
var Command = &cobra.Command{
Expand Down
Loading

0 comments on commit 61c5639

Please sign in to comment.