Skip to content

Commit 21b64e6

Browse files
committed
Release v0.14.0
1 parent 4fb863f commit 21b64e6

5 files changed

Lines changed: 24 additions & 12 deletions

File tree

History.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11

2+
v0.14.0 / 2017-03-31
3+
====================
4+
5+
* add support for deploying existing zips. Closes #480
6+
* change index.js inference to use v6.10
7+
* fix empty DeadLetterARN config triggering deploy no matter what. Possibly Closes #701 (#713)
8+
* fix webpack2 example for version 2.3.1 (#709)
9+
210
v0.13.1 / 2017-03-23
311
====================
412

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
# Release the given VERSION.
23
release:
34
@echo "[+] releasing $(VERSION)"
45
@echo "[+] re-generating"
@@ -10,14 +11,17 @@ release:
1011
@echo "[+] complete"
1112
.PHONY: release
1213

14+
# Test all packages.
1315
test:
1416
@go test -cover ./...
1517
.PHONY: test
1618

19+
# Build release binaries.
1720
build:
1821
@gox -os="linux darwin windows openbsd" ./...
1922
.PHONY: build
2023

24+
# Clean build artifacts.
2125
clean:
2226
@git clean -f
2327
.PHONY: clean

cmd/apex/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
// Version of program.
13-
const Version = "0.13.1"
13+
const Version = "0.14.0"
1414

1515
// Command config.
1616
var Command = &cobra.Command{

docs/bindata.go

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shim/bindata.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)